travis: fix tox cmake build

master
Håvard Pettersson 6 years ago
parent 78a4bc0d5d
commit b1765af433

@ -26,9 +26,7 @@ install:
- mkdir c-toxcore && pushd c-toxcore - mkdir c-toxcore && pushd c-toxcore
&& curl -fSsL "https://github.com/TokTok/c-toxcore/archive/v0.2.1.tar.gz" && curl -fSsL "https://github.com/TokTok/c-toxcore/archive/v0.2.1.tar.gz"
| tar -xz --strip-components 1 | tar -xz --strip-components 1
&& cmake -DCMAKE_INSTALL_PREFIX="$DEPENDENCY_DIR" \ && cmake -DCMAKE_INSTALL_PREFIX="$DEPENDENCY_DIR" -DBUILD_AV_TEST=off
-DBUILD_AV_TEST=off \
-DBUILD_NTOX=off
&& make install && make install
&& popd && popd

Loading…
Cancel
Save