Try again.
This commit is contained in:
parent
8b23837fde
commit
9319fb502c
|
@ -57,19 +57,14 @@ jobs:
|
||||||
conan remote add bincrafters https://api.bintray.com/conan/bincrafters/public-conan
|
conan remote add bincrafters https://api.bintray.com/conan/bincrafters/public-conan
|
||||||
shell: cmd
|
shell: cmd
|
||||||
|
|
||||||
- name: Conan version
|
|
||||||
run: |
|
|
||||||
conan --version
|
|
||||||
shell: cmd
|
|
||||||
|
|
||||||
- name: Conan install
|
- name: Conan install
|
||||||
run: |
|
run: |
|
||||||
conan install .. -i build -s build_type=Release -s compiler="Visual Studio" -s compiler.version=15 --build fmt --build boost_system --build boost_filesystem --build libiconv --build=libxml2 --build=zlib
|
cd .. && conan install . -i build -s build_type=Release -s compiler="Visual Studio" -s compiler.version=15 --build fmt --build boost_system --build boost_filesystem --build libiconv --build=libxml2 --build=zlib
|
||||||
shell: cmd
|
shell: cmd
|
||||||
|
|
||||||
- name: Conan build
|
- name: Conan build
|
||||||
run: |
|
run: |
|
||||||
conan build -bf build ..
|
cd .. && conan build -bf build .
|
||||||
shell: cmd
|
shell: cmd
|
||||||
|
|
||||||
- name: Move build
|
- name: Move build
|
||||||
|
|
Loading…
Reference in New Issue