Skip to content

Commit

Permalink
Move static tests to a new Buildkite pipeline (#1034)
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewfrench committed Aug 8, 2018
1 parent fdf6f7a commit 933fb74
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .buildkite/static.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
- command: ".buildkite/test_static.sh"
agents:
- "os=macos"
- "dockertype=dockerformac"
env:
BUILDKITE_CLEAN_CHECKOUT: true
parallelism: 1
8 changes: 8 additions & 0 deletions .buildkite/test_static.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
#!/usr/bin/env bash

set -o errexit
set -o pipefail
set -o nounset
set -x

make -s staticrequired

0 comments on commit 933fb74

Please sign in to comment.