switch to conan for windows

This commit is contained in:
William Bell
2025-08-16 02:08:56 +01:00
parent c49e67c839
commit 27ef9f79bf
2 changed files with 13 additions and 3 deletions

View File

@@ -117,8 +117,6 @@ jobs:
base-devel base-devel
mingw-w64-x86_64-gcc mingw-w64-x86_64-gcc
mingw-w64-x86_64-make mingw-w64-x86_64-make
mingw-w64-x86_64-gmp
mingw-w64-x86_64-gc
- name: Install Conan - name: Install Conan
run: | run: |
@@ -128,7 +126,7 @@ jobs:
- name: Build Project - name: Build Project
run: | run: |
conan install . --build=missing conan install . --profile mingw-profile.txt --build=missing
conan build . conan build .
- name: Package - name: Package

12
mingw-profile.txt Normal file
View File

@@ -0,0 +1,12 @@
[settings]
os=Windows
compiler=gcc
compiler.version=12
compiler.libcxx=libstdc++11
compiler.threads=posix
compiler.exception=seh
arch=x86_64
build_type=Release
[tool_requires]
mingw-builds/12.2.0