do not install system requirements
This commit is contained in:
parent
154b71f50f
commit
deb54c4f3a
@ -21,7 +21,7 @@ conan:
|
||||
- conan user lukas-heiligenbrunner -r bintray -p $CONAN_KEY
|
||||
- conan remote add bincrafters https://api.bintray.com/conan/bincrafters/public-conan --force
|
||||
- mkdir -p build # create build folder
|
||||
- CONAN_SYSREQUIRES_MODE=enabled conan install . --build=missing -g cmake -if build
|
||||
- CONAN_SYSREQUIRES_MODE=disabled conan install . --build=missing -g cmake -if build
|
||||
- cmake -S . -B build -D WinBuild=OFF -D GUI=OFF #cmake project
|
||||
- cd build
|
||||
- make #build
|
||||
|
Loading…
Reference in New Issue
Block a user