Skip to content

Commit

Permalink
Maintenance: disable cotire on travis (Linux)
Browse files Browse the repository at this point in the history
  • Loading branch information
Nekotekina committed Feb 20, 2020
1 parent da036de commit 48c47ee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis/build-linux.bash
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ else
export CXX=${CLANGXX_BINARY}
fi

cmake .. -DCMAKE_INSTALL_PREFIX=/usr -DBUILD_LLVM_SUBMODULE=OFF -DLLVM_DIR=llvmlibs/lib/cmake/llvm/ -DUSE_NATIVE_INSTRUCTIONS=OFF -G Ninja
cmake .. -DCMAKE_INSTALL_PREFIX=/usr -DBUILD_LLVM_SUBMODULE=OFF -DLLVM_DIR=llvmlibs/lib/cmake/llvm/ -DUSE_NATIVE_INSTRUCTIONS=OFF -DUSE_COTIRE=OFF -G Ninja

ninja; build_status=$?;

Expand Down

0 comments on commit 48c47ee

Please sign in to comment.