You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: .travis.yml
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -83,6 +83,6 @@ script:
83
83
- cd $TRAVIS_BUILD_DIR/examples/llvm-hello_world
84
84
- make
85
85
# 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 --cppflags; fi
86
+
- if [[ "$TRAVIS_OS_NAME" == "linux" ]]; then alias llvm-config='llvm-config-10'; llvm-config --version; llvm-config-10 --version; llvm-config --cppflags; fi
87
87
- if [[ "$TRAVIS_OS_NAME" == "linux" ]]; then cd $TRAVIS_BUILD_DIR/examples/plugins; make; fi
88
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