diff --git a/CI/build.sh b/CI/build.sh new file mode 100755 index 000000000..058cef054 --- /dev/null +++ b/CI/build.sh @@ -0,0 +1,4 @@ +#!/bin/bash +set -eo pipefail + +./build.sh all \ No newline at end of file diff --git a/CI/exclude-from-build.json b/CI/exclude-from-build.json new file mode 100644 index 000000000..ea893f007 --- /dev/null +++ b/CI/exclude-from-build.json @@ -0,0 +1,3 @@ +[ + "^plans" +] \ No newline at end of file