Skip to content

Commit

Permalink
Remove Opt from Travis for now.
Browse files Browse the repository at this point in the history
  • Loading branch information
elliottslaughter committed Aug 20, 2019
1 parent 38f8026 commit d1792ae
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 11 deletions.
1 change: 0 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,6 @@ env:
# test external projects
- LLVM_CONFIG=llvm-config-6.0 CLANG=clang-6.0 EXTERNAL_TEST=regent
- LLVM_CONFIG=llvm-config-6.0 CLANG=clang-6.0 EXTERNAL_TEST=rigel
- LLVM_CONFIG=llvm-config-6.0 CLANG=clang-6.0 EXTERNAL_TEST=opt

matrix:
exclude:
Expand Down
10 changes: 0 additions & 10 deletions travis.sh
Original file line number Diff line number Diff line change
Expand Up @@ -153,14 +153,4 @@ elif [[ $EXTERNAL_TEST = rigel ]]; then
ln -s "$TERRA_INSTALL_PREFIX/../build/bin/luajit" bin/luajit
export PATH="$PATH:$TERRA_INSTALL_PREFIX/bin:$PWD/bin"
make terra
elif [[ $EXTERNAL_TEST = opt ]]; then
git clone https://github.com/niessner/Opt.git opt
export TERRAHOME=$TERRA_INSTALL_PREFIX
export TERRA=$TERRA_INSTALL_PREFIX/bin/terra
pushd opt/API
make
popd
pushd opt/examples/image_warping
make CXX=$($LLVM_CONFIG --bindir)/clang++ LINK=$($LLVM_CONFIG --bindir)/clang++
popd
fi

0 comments on commit d1792ae

Please sign in to comment.