use libconfig from bintray
This commit is contained in:
parent
2cbbc7fe92
commit
fda91c380f
@ -10,8 +10,8 @@ cmake:
|
|||||||
script:
|
script:
|
||||||
- mkdir build
|
- mkdir build
|
||||||
- cd build
|
- cd build
|
||||||
- conan remote add gitlab https://gitlab.heili.eu/api/v4/projects/55/packages/conan
|
- conan remote add bintray https://api.bintray.com/conan/lheili/LibConfig
|
||||||
- conan user lukas -r gitlab -p $CONAN_KEY
|
- conan user lukas-heiligenbrunner -r bintray -p $CONAN_KEY
|
||||||
- conan remote add bincrafters https://api.bintray.com/conan/bincrafters/public-conan
|
- conan remote add bincrafters https://api.bintray.com/conan/bincrafters/public-conan
|
||||||
- conan install .. --build=missing
|
- conan install .. --build=missing
|
||||||
- cmake -S . -B build -D WinBuild=OFF -D GUI=OFF
|
- cmake -S . -B build -D WinBuild=OFF -D GUI=OFF
|
||||||
|
@ -2,7 +2,7 @@
|
|||||||
libcurl/7.72.0
|
libcurl/7.72.0
|
||||||
qt/5.15.1@bincrafters/stable
|
qt/5.15.1@bincrafters/stable
|
||||||
openssl/1.1.1h
|
openssl/1.1.1h
|
||||||
LibConfig/1.7.2@prebuiltconanbinaries/stable
|
LibConfig/1.7.2@LibConfig/stable
|
||||||
|
|
||||||
[generators]
|
[generators]
|
||||||
cmake
|
cmake
|
||||||
|
Loading…
Reference in New Issue
Block a user