Compare commits
1 Commits
prerelease
...
prerelease
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
8e53579682 |
4
.github/workflows/release.yml
vendored
4
.github/workflows/release.yml
vendored
@@ -117,7 +117,7 @@ jobs:
|
|||||||
run: |
|
run: |
|
||||||
python -m pip install --upgrade pip
|
python -m pip install --upgrade pip
|
||||||
pip install conan
|
pip install conan
|
||||||
conan profile new default --detect
|
conan profile detect
|
||||||
conan profile update settings.compiler.version=13 default
|
conan profile update settings.compiler.version=13 default
|
||||||
conan profile update settings.compiler=gcc default
|
conan profile update settings.compiler=gcc default
|
||||||
conan profile update settings.os=Windows default
|
conan profile update settings.os=Windows default
|
||||||
@@ -126,7 +126,7 @@ jobs:
|
|||||||
|
|
||||||
- name: Build Windows with MinGW
|
- name: Build Windows with MinGW
|
||||||
run: |
|
run: |
|
||||||
conan install . --profile:host=default --profile:build=default --build=missing
|
conan install . --profile:host=mingw-windows --profile:build=default --build=missing
|
||||||
conan build .
|
conan build .
|
||||||
|
|
||||||
- name: Package Windows build
|
- name: Package Windows build
|
||||||
|
|||||||
Reference in New Issue
Block a user