Created
May 29, 2017 22:18
-
-
Save Adron/8b41989d5c325e86d8552a297d537781 to your computer and use it in GitHub Desktop.
Codeship steps example for Data Diluvium.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| - name: sailing | |
| service: datadiluvium | |
| command: go clean | |
| - name: sailing_tests | |
| service: datadiluvium | |
| command: go test . | |
| - name: sailing_build | |
| service: datadiluvium | |
| command: go build |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment