From b8b2d4f985b8f23bf156afcc32b30f8adc55827e Mon Sep 17 00:00:00 2001 From: Florent Le Coz Date: Fri, 30 Oct 2015 17:59:14 +0100 Subject: Remove the build+test script, just specify everything in the CI file --- scripts/build_and_run_tests.sh | 8 -------- 1 file changed, 8 deletions(-) delete mode 100755 scripts/build_and_run_tests.sh (limited to 'scripts') 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 -- cgit v1.2.3