-
-
Notifications
You must be signed in to change notification settings - Fork 398
Run tests on drone.io #247
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
added dockerfile use custom image install task inside container install bzip2 install unzip install test tools restore coverage collection add codecov to the image coverage only on master
✅ Build completed. ⬇️ Linux 64: ⬇️ Linux 32: ⬇️ Linux ARM: ⬇️ Windows: ⬇️ OSX: ℹ️ To test this build:
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
nice work!
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
* Run tests on drone.io added dockerfile use custom image install task inside container install bzip2 install unzip install test tools restore coverage collection add codecov to the image coverage only on master * stop using Travis
In order to have more control over the enviroment we use to run tests, this PR adds a Dockerfile to build an image that will be used by the public runners in drone.io.
Docker builds for the image are automatically performed on Dockerhub when a commit is tagged with the scheme
drone-x.y.z
.With this same PR, a set of default targets for all the testsuites is added, please note
legacy
tests will be skipped by default on the public CI.