buildkite agent boilerplate

This commit is contained in:
Mathieu Boespflug 2019-12-29 21:33:12 +01:00
parent d9a50c01ce
commit e3ba2fa63a

View File

@ -1,4 +1,6 @@
steps:
- label: "Run tests"
command: nix-shell --run 'stack build --pedantic --test'
command: |
. /var/lib/buildkite-agent/.nix-profile/etc/profile.d/nix.sh
nix-shell --run 'stack build --pedantic --test'
timeout: 10