Commit 4a9eea2e authored by DurgeshSamant's avatar DurgeshSamant

install qt4 with brew

parent a0fc5770
...@@ -11,7 +11,7 @@ addons: ...@@ -11,7 +11,7 @@ addons:
- libboost-filesystem-dev - libboost-filesystem-dev
install: install:
- if [ "${TRAVIS_OS_NAME}" = "osx" ]; then - if [ "${TRAVIS_OS_NAME}" = "osx" ]; then
brew install qt brew install cartr/qt4/qt
; ;
fi fi
os: os:
...@@ -22,4 +22,4 @@ compiler: ...@@ -22,4 +22,4 @@ compiler:
- gcc - gcc
script: script:
- mkdir build && cd build - mkdir build && cd build
- cmake -DCMAKE_BUILD_TYPE=Release .. && make -j4 && make install - cmake -DCMAKE_BUILD_TYPE=Release .. && make -j4 && make install
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment