Skip to content

Instantly share code, notes, and snippets.

@mpobrien
Created September 23, 2016 13:34
Show Gist options
  • Save mpobrien/3f64a7b644f04a290d34b142ad450a91 to your computer and use it in GitHub Desktop.
Save mpobrien/3f64a7b644f04a290d34b142ad450a91 to your computer and use it in GitHub Desktop.
evergreen hello world
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