aboutsummaryrefslogtreecommitdiffstats
path: root/src/scripts/ci/circle/gcc-shared-debug.sh
diff options
context:
space:
mode:
Diffstat (limited to 'src/scripts/ci/circle/gcc-shared-debug.sh')
-rwxr-xr-xsrc/scripts/ci/circle/gcc-shared-debug.sh10
1 files changed, 0 insertions, 10 deletions
diff --git a/src/scripts/ci/circle/gcc-shared-debug.sh b/src/scripts/ci/circle/gcc-shared-debug.sh
deleted file mode 100755
index 4f5ed1b6d..000000000
--- a/src/scripts/ci/circle/gcc-shared-debug.sh
+++ /dev/null
@@ -1,10 +0,0 @@
-#!/bin/bash
-set -ev
-which shellcheck > /dev/null && shellcheck "$0" # Run shellcheck on this if available
-
-BUILD_NICKNAME=$(basename "$0" .sh)
-BUILD_DIR="./build-$BUILD_NICKNAME"
-
-./configure.py --with-build-dir="$BUILD_DIR" --with-debug
-make -j 2 -f "$BUILD_DIR"/Makefile
-"$BUILD_DIR"/botan-test