Skip to content
Snippets Groups Projects
Commit 7ea3ce10 authored by Weiyi Wang's avatar Weiyi Wang Committed by GitHub
Browse files

Merge pull request #2936 from B3n30/system_curl_linux

WebService: Set USE_SYSTEM_CURL for travis linux builds
parents 28c726f2 1aa66ed5
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