mirror of
https://github.com/Nheko-Reborn/nheko.git
synced 2024-11-22 11:00:48 +03:00
More CI Fixes
This commit is contained in:
parent
d57a9dee81
commit
e7b4c9ecb2
2 changed files with 8 additions and 4 deletions
|
@ -13,6 +13,10 @@ if [ "$TRAVIS_OS_NAME" == "linux" ]; then
|
|||
sudo update-alternatives --set g++ "/usr/bin/${CXX_COMPILER}"
|
||||
fi
|
||||
|
||||
if [ "$TRAVIS_OS_NAME" == "linux" ]; then
|
||||
source /opt/qt${QT_PKG}/bin/qt${QT_PKG}-env.sh || true;
|
||||
fi
|
||||
|
||||
if [ "$TRAVIS_OS_NAME" == "osx" ]; then
|
||||
export CMAKE_PREFIX_PATH=/usr/local/opt/qt5
|
||||
fi
|
||||
|
|
8
deps/CMakeLists.txt
vendored
8
deps/CMakeLists.txt
vendored
|
@ -73,10 +73,10 @@ set(SPDLOG_URL https://github.com/gabime/spdlog/archive/v1.1.0.tar.gz)
|
|||
set(SPDLOG_HASH
|
||||
3dbcbfd8c07e25f5e0d662b194d3a7772ef214358c49ada23c044c4747ce8b19)
|
||||
|
||||
set(JSON_HEADER_URL
|
||||
https://github.com/nlohmann/json/releases/download/v3.2.0/json.hpp)
|
||||
set(JSON_HEADER_HASH
|
||||
ce6b5610a051ec6795fa11c33854abebb086f0fd67c311f5921c3c07f9531b44)
|
||||
set(JSON_URL
|
||||
https://github.com/nlohmann/json.git)
|
||||
set(JSON_TAG
|
||||
v3.2.0)
|
||||
|
||||
if(USE_BUNDLED_JSON)
|
||||
include(Json)
|
||||
|
|
Loading…
Reference in a new issue