Skip to content
Snippets Groups Projects
Commit 1aa66ed5 authored by B3n30's avatar B3n30
Browse files

WebService: Set USE_SYSTEM_CURL for travis linux builds

parent 28c726f2
No related branches found
No related tags found
No related merge requests found
......@@ -14,7 +14,7 @@ echo y | sh cmake-3.9.0-Linux-x86_64.sh --prefix=cmake
export PATH=/citra/cmake/cmake-3.9.0-Linux-x86_64/bin:$PATH
mkdir build && cd build
cmake .. -DCMAKE_BUILD_TYPE=Release
cmake .. -DUSE_SYSTEM_CURL=ON -DCMAKE_BUILD_TYPE=Release
make -j4
ctest -VV -C Release
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment