1
0
mirror of https://github.com/Tha14/toxic.git synced 2024-07-01 17:57: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
- cd build
- cmake ..
- make -j2
- make toxcore -j2
- cd ../..
script:
- autoreconf -i