Add erasure build to ci

This commit is contained in:
Stephen Akridge 2018-05-29 12:57:16 -07:00 committed by Greg Fitzgerald
parent d053f78b74
commit 634408b5e8
1 changed files with 2 additions and 0 deletions

View File

@ -11,6 +11,8 @@ steps:
name: "cuda"
- command: "ci/shellcheck.sh"
name: "shellcheck [public]"
- command: "ci/test-erasure.sh"
name: "erasure"
- wait
- command: "ci/publish.sh"
name: "publish release artifacts"