From 634408b5e82ce66a8a1d07324a810ac35e305b43 Mon Sep 17 00:00:00 2001 From: Stephen Akridge Date: Tue, 29 May 2018 12:57:16 -0700 Subject: [PATCH] Add erasure build to ci --- ci/buildkite.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/ci/buildkite.yml b/ci/buildkite.yml index 56d4a54acc..208298e87b 100644 --- a/ci/buildkite.yml +++ b/ci/buildkite.yml @@ -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"