We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3971ffd commit 0f954a2Copy full SHA for 0f954a2
1 file changed
.travis.yml
@@ -83,6 +83,6 @@ script:
83
- cd $TRAVIS_BUILD_DIR/examples/llvm-hello_world
84
- make
85
# Override llvm-config to match the required one
86
- - if [[ "$TRAVIS_OS_NAME" == "linux" ]]; then sudo ln -s `which llvm-config-10` `which llvm-config`; llvm-config --version; fi
+ - if [[ "$TRAVIS_OS_NAME" == "linux" ]]; then sudo ln -sf `which llvm-config-10` `which llvm-config`; llvm-config --version; fi
87
- if [[ "$TRAVIS_OS_NAME" == "linux" ]]; then cd $TRAVIS_BUILD_DIR/examples/plugins; make; fi
88
- 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