mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-04-20 03:25:16 +00:00
Don't init llvm on travis
it should be installed from packages
This commit is contained in:
parent
6c4f968373
commit
8140ab459f
1 changed files with 1 additions and 1 deletions
|
@ -73,7 +73,7 @@ before_install:
|
|||
fi;
|
||||
|
||||
before_script:
|
||||
- git submodule update --init asmjit ffmpeg llvm
|
||||
- git submodule update --init asmjit ffmpeg
|
||||
- mkdir build
|
||||
- cd build
|
||||
- if [ "$TRAVIS_OS_NAME" = "linux" ]; then cmake ..; else cmake .. -DLLVM_DIR=/usr/local/opt/llvm36/lib/llvm-3.6/share/llvm/cmake; fi
|
||||
|
|
Loading…
Add table
Reference in a new issue