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

Travis now only compiles toxcore

This commit is contained in:
Sean Qureshi 2013-08-23 16:47:36 -07:00
parent 3629b702c3
commit 1e1ddddb6b

View File

@ -31,7 +31,7 @@ before_script:
- mkdir build - mkdir build
- cd build - cd build
- cmake .. - cmake ..
- make -j2 - make toxcore -j2
- cd ../.. - cd ../..
script: script:
- autoreconf -i - autoreconf -i