summaryrefslogtreecommitdiff
path: root/CI/travis/inside_docker.sh
diff options
context:
space:
mode:
Diffstat (limited to 'CI/travis/inside_docker.sh')
-rwxr-xr-xCI/travis/inside_docker.sh26
1 files changed, 0 insertions, 26 deletions
diff --git a/CI/travis/inside_docker.sh b/CI/travis/inside_docker.sh
deleted file mode 100755
index 7aa9522..0000000
--- a/CI/travis/inside_docker.sh
+++ /dev/null
@@ -1,26 +0,0 @@
-#!/bin/sh -e
-
-LIBNAME="$1"
-OS_TYPE="$2"
-
-export INSIDE_DOCKER="1"
-export TRAVIS_BUILD_DIR="/$LIBNAME"
-
-cd /$LIBNAME
-
-if [ -d "/$LIBNAME/CI" ] ; then
- CI="/$LIBNAME/CI"
-elif [ -d "/$LIBNAME/ci" ] ; then
- CI="/$LIBNAME/ci"
-else
- echo "No CI/ci directory present"
- exit 1
-fi
-
-$CI/travis/before_install_linux "$OS_TYPE"
-
-$CI/travis/make_linux "$OS_TYPE"
-
-# need to find this out inside the container
-. $CI/travis/lib.sh
-echo "$(get_ldist)" > /${LIBNAME}/build/.LDIST