From 957145ef5706c6aaa10ff7b1273e24df29c9b50a Mon Sep 17 00:00:00 2001 From: Martin Nowack Date: Sun, 30 Aug 2015 15:07:31 +0200 Subject: Support KLEE with different STP versions; Disable r940 Build STP version based on provided branch. Build current STP version 2.1.0 by default and test with master branch as well --- .travis/stp.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to '.travis/stp.sh') diff --git a/.travis/stp.sh b/.travis/stp.sh index d2b4f1f1..437e825d 100755 --- a/.travis/stp.sh +++ b/.travis/stp.sh @@ -5,7 +5,7 @@ set -e STP_LOG="$(pwd)/stp-build.log" -if [ "${STP_VERSION}" == "UPSTREAM" ]; then +if [ "${STP_VERSION}" != "r940" ]; then # Build minisat git clone https://github.com/stp/minisat cd minisat @@ -18,7 +18,7 @@ if [ "${STP_VERSION}" == "UPSTREAM" ]; then cd ../../ # Build STP - git clone --depth 1 git://github.com/stp/stp.git src + git clone --depth 1 -b "${STP_VERSION}" git://github.com/stp/stp.git src mkdir build cd build # Disabling building of shared libs is a workaround. -- cgit 1.4.1