Skip to content
Snippets Groups Projects
Commit 782f38c3 authored by murgatroid99's avatar murgatroid99
Browse files

Added flag in install script

parent 77234a5c
No related branches found
No related tags found
No related merge requests found
...@@ -3,7 +3,7 @@ before_install: ...@@ -3,7 +3,7 @@ before_install:
- sudo add-apt-repository ppa:yjwong/gflags -y - sudo add-apt-repository ppa:yjwong/gflags -y
- sudo add-apt-repository ppa:h-rayflood/llvm -y - sudo add-apt-repository ppa:h-rayflood/llvm -y
- sudo add-apt-repository ppa:ondrej/php5-5.6 - sudo add-apt-repository ppa:ondrej/php5-5.6
- sudo apt-get dist-upgrade - sudo apt-get dist-upgrade -qq
- sudo apt-get update -qq - sudo apt-get update -qq
- sudo apt-get install -qq libgtest-dev libgflags-dev python-virtualenv clang-3.5 php5-dev - sudo apt-get install -qq libgtest-dev libgflags-dev python-virtualenv clang-3.5 php5-dev
- sudo pip install cpp-coveralls - sudo pip install cpp-coveralls
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment