Checkout repo.
This commit is contained in:
parent
36c249748d
commit
14c1b53f56
|
@ -4,6 +4,10 @@ jobs:
|
||||||
build:
|
build:
|
||||||
runs-on: windows-latest
|
runs-on: windows-latest
|
||||||
steps:
|
steps:
|
||||||
|
- uses: actions/checkout@v2
|
||||||
|
with:
|
||||||
|
fetch-depth: 2
|
||||||
|
- run: git checkout HEAD^
|
||||||
|
|
||||||
- name: install conan
|
- name: install conan
|
||||||
run: |
|
run: |
|
||||||
|
@ -59,12 +63,12 @@ jobs:
|
||||||
|
|
||||||
- name: Conan install
|
- name: Conan install
|
||||||
run: |
|
run: |
|
||||||
cd .. && conan install . -i build -s build_type=Release -s compiler="Visual Studio" --build fmt --build boost_system --build boost_filesystem --build libiconv --build=libxml2 --build=zlib
|
conan install . -i build -s build_type=Release -s compiler="Visual Studio" --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: |
|
||||||
cd .. && conan build -bf build .
|
conan build -bf build .
|
||||||
shell: cmd
|
shell: cmd
|
||||||
|
|
||||||
- name: Move build
|
- name: Move build
|
||||||
|
|
Loading…
Reference in New Issue