diff options
author | Florent Le Coz <louiz@louiz.org> | 2015-10-30 17:59:14 +0100 |
---|---|---|
committer | Florent Le Coz <louiz@louiz.org> | 2015-10-30 18:14:17 +0100 |
commit | b8b2d4f985b8f23bf156afcc32b30f8adc55827e (patch) | |
tree | 624e99b63b078d2079ae0afdf6de0cb013df2251 /scripts/build_and_run_tests.sh | |
parent | cfa754edb8173d6c41fb03c774342df196bca74a (diff) | |
download | biboumi-b8b2d4f985b8f23bf156afcc32b30f8adc55827e.tar.gz biboumi-b8b2d4f985b8f23bf156afcc32b30f8adc55827e.tar.bz2 biboumi-b8b2d4f985b8f23bf156afcc32b30f8adc55827e.tar.xz biboumi-b8b2d4f985b8f23bf156afcc32b30f8adc55827e.zip |
Remove the build+test script, just specify everything in the CI file
Diffstat (limited to 'scripts/build_and_run_tests.sh')
-rwxr-xr-x | scripts/build_and_run_tests.sh | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/scripts/build_and_run_tests.sh b/scripts/build_and_run_tests.sh deleted file mode 100755 index 43d32c1..0000000 --- a/scripts/build_and_run_tests.sh +++ /dev/null @@ -1,8 +0,0 @@ -#!/bin/sh - -set -e -x - -cmake .. -DCMAKE_BUILD_TYPE=Debug $@ -make -j$(nproc) biboumi test_suite -make -j$(nproc) check -make -j$(nproc) coverage |