mirror of
https://github.com/ciphervance/supercell-wx.git
synced 2025-10-30 15:10:06 +00:00
Use conan profiles in CI
This commit is contained in:
parent
df1fc2fe54
commit
d726da5d73
7 changed files with 59 additions and 9 deletions
8
tools/conan/profiles/scwx-linux_gcc-12
Normal file
8
tools/conan/profiles/scwx-linux_gcc-12
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
[settings]
|
||||
arch=x86_64
|
||||
build_type=Release
|
||||
compiler=gcc
|
||||
compiler.cppstd=20
|
||||
compiler.libcxx=libstdc++11
|
||||
compiler.version=12
|
||||
os=Linux
|
||||
Loading…
Add table
Add a link
Reference in a new issue