1
0
mirror of https://github.com/Tha14/toxic.git synced 2024-07-03 18:57:45 +02:00

Fixed travis

This commit is contained in:
Sean Qureshi 2013-08-23 15:45:59 -07:00
parent a2c85f74ea
commit 77da25553c

View File

@ -29,6 +29,7 @@ before_script:
- git clone https://github.com/irungentoo/ProjectTox-Core.git core - git clone https://github.com/irungentoo/ProjectTox-Core.git core
- cd core - cd core
- mkdir build - mkdir build
- cd build
- cmake .. - cmake ..
- make -j2 - make -j2
- cd ../.. - cd ../..