Skip to content

Commit 0920401

Browse files
committed
use override
1 parent f1d9e53 commit 0920401

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,6 +83,6 @@ script:
8383
- cd $TRAVIS_BUILD_DIR/examples/llvm-hello_world
8484
- make
8585
# Override llvm-config to match the required one
86-
- if [[ "$TRAVIS_OS_NAME" == "linux" ]]; then alias llvm-config='llvm-config-10'; llvm-config --version; llvm-config-10 --version; llvm-config --cppflags; fi
86+
- if [[ "$TRAVIS_OS_NAME" == "linux" ]]; then sudo ln -s `which llvm-config-10` `which llvm-config`'; llvm-config --version; fi
8787
- if [[ "$TRAVIS_OS_NAME" == "linux" ]]; then cd $TRAVIS_BUILD_DIR/examples/plugins; make; fi
8888
- if [[ "$TRAVIS_OS_NAME" == "linux" ]]; then cd $TRAVIS_BUILD_DIR/examples/use-phasar-as-library; mkdir build; cd build/; cmake ..; make; fi

0 commit comments

Comments
 (0)