Created
September 23, 2016 13:34
-
-
Save mpobrien/3f64a7b644f04a290d34b142ad450a91 to your computer and use it in GitHub Desktop.
evergreen hello world
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
tasks: | |
- name: compile | |
commands: | |
- command: git.get_project | |
params: | |
directory: src | |
- command: shell.exec | |
params: | |
script: | | |
echo "hello world!" | |
echo "${test_flags}" | |
buildvariants: | |
- name: linux-64 | |
display_name: Linux-64 | |
run_on: | |
- ubuntu1404-test | |
expansions: | |
test_flags: "blah blah" | |
tasks: | |
- name: compile |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment