parent
cc82a02720
commit
5222fb9226
1 changed files with 0 additions and 12 deletions
@ -1,12 +0,0 @@ |
|||||||
language: cpp |
|
||||||
compiler: |
|
||||||
- gcc |
|
||||||
before_install: |
|
||||||
- sudo apt-get update |
|
||||||
- sudo apt-get install -y python python3 gobjc gobjc++ gnustep-make libboost-dev libboost-thread-dev qt5-default qtbase5-dev-tools qtbase5-dev libgtest-dev google-mock gobject-introspection libgirepository1.0-dev flex bison protobuf-compiler libprotobuf-dev zlib1g-dev |
|
||||||
before_script: |
|
||||||
- wget https://github.com/martine/ninja/archive/v1.5.3.zip |
|
||||||
- unzip v1.5.3.zip |
|
||||||
- cd ninja-1.5.3 && ./configure --bootstrap && cd .. |
|
||||||
- export PATH=$PWD/ninja-1.5.3:$PATH |
|
||||||
script: ./run_tests.py |
|
Loading…
Reference in new issue