Try to build with llvm

and update readme
This commit is contained in:
Danila Malyutin
2015-08-19 17:24:57 +03:00
committed by Nekotekina
parent d0283265cc
commit 6c4f968373
2 changed files with 5 additions and 3 deletions
+3 -2
View File
@@ -68,14 +68,15 @@ before_install:
sudo ./cmake-3.0.0-Linux-i386.sh --skip-license --prefix=/usr;
sudo pip install cpp-coveralls;
else
brew install glew wxwidgets;
brew update; brew update;
brew install glew wxwidgets llvm36;
fi;
before_script:
- git submodule update --init asmjit ffmpeg llvm
- mkdir build
- cd build
- cmake ..
- if [ "$TRAVIS_OS_NAME" = "linux" ]; then cmake ..; else cmake .. -DLLVM_DIR=/usr/local/opt/llvm36/lib/llvm-3.6/share/llvm/cmake; fi
addons:
coverity_scan: