Skip to content

Commit

Permalink
Merge pull request #455 from lukekoko/remove-generate_bc-from-build.sh
Browse files Browse the repository at this point in the history
Remove generate bc from build.sh
  • Loading branch information
yuleisui authored Jun 2, 2021
2 parents 53ce786 + 71f1a46 commit 827d587
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 9 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ script:
- if [ "$TRAVIS_OS_NAME" = "linux" ]; then git add .; fi
- if [ "$TRAVIS_OS_NAME" = "linux" ]; then git commit -m'update version'; fi
- if [ "$TRAVIS_OS_NAME" = "linux" ]; then npm version patch; fi
- if [ "$TRAVIS_OS_NAME" = "linux" ]; then git clone "https://github.com/SVF-tools/Test-Suite.git"; fi
- git clone "https://github.com/SVF-tools/Test-Suite.git"
- . ./build.sh
- cd ./Release-build
- ctest -VV
Expand Down
8 changes: 0 additions & 8 deletions build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -120,14 +120,6 @@ fi
export PATH=$LLVM_DIR/bin:$PATH
echo "LLVM_DIR =" $LLVM_DIR

# if test-suite is present then build bc files for testing
if [ -d "./Test-Suite" ]
then
cd ./Test-Suite
./generate_bc.sh
cd ..
fi

########
# Build SVF
########
Expand Down

0 comments on commit 827d587

Please sign in to comment.