force using cmake generator and set build folder manually
This commit is contained in:
parent
37ba7dce21
commit
3e5ffff839
@ -15,11 +15,10 @@ conan:
|
||||
stage: conan
|
||||
script:
|
||||
- mkdir -p build
|
||||
- cd build
|
||||
- conan remote add bintray https://api.bintray.com/conan/lheili/LibConfig
|
||||
- conan user lukas-heiligenbrunner -r bintray -p $CONAN_KEY
|
||||
- conan remote add bincrafters https://api.bintray.com/conan/bincrafters/public-conan
|
||||
- CONAN_SYSREQUIRES_MODE=enabled conan install .. --build=missing
|
||||
- CONAN_SYSREQUIRES_MODE=enabled conan install . --build=missing -g cmake -if build
|
||||
allow_failure: true
|
||||
|
||||
# Unix Build
|
||||
|
@ -1,9 +1,9 @@
|
||||
[requires]
|
||||
libcurl/7.72.0
|
||||
qt/5.15.1@bincrafters/stable
|
||||
openssl/1.1.1h
|
||||
LibConfig/1.7.2@LibConfig/stable
|
||||
[requires]
|
||||
libcurl/7.72.0
|
||||
qt/5.15.1@bincrafters/stable
|
||||
openssl/1.1.1h
|
||||
LibConfig/1.7.2@LibConfig/stable
|
||||
|
||||
[generators]
|
||||
cmake
|
||||
[generators]
|
||||
cmake
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user