mirror of
https://github.com/ciphervance/supercell-wx.git
synced 2025-10-30 01:40:05 +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_clang-17
Normal file
8
tools/conan/profiles/scwx-linux_clang-17
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
[settings]
|
||||
arch=x86_64
|
||||
build_type=Release
|
||||
compiler=clang
|
||||
compiler.cppstd=20
|
||||
compiler.libcxx=libstdc++11
|
||||
compiler.version=17
|
||||
os=Linux
|
||||
8
tools/conan/profiles/scwx-linux_gcc-11
Normal file
8
tools/conan/profiles/scwx-linux_gcc-11
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
[settings]
|
||||
arch=x86_64
|
||||
build_type=Release
|
||||
compiler=gcc
|
||||
compiler.cppstd=20
|
||||
compiler.libcxx=libstdc++11
|
||||
compiler.version=11
|
||||
os=Linux
|
||||
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
|
||||
8
tools/conan/profiles/scwx-linux_gcc-13
Normal file
8
tools/conan/profiles/scwx-linux_gcc-13
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
[settings]
|
||||
arch=x86_64
|
||||
build_type=Release
|
||||
compiler=gcc
|
||||
compiler.cppstd=20
|
||||
compiler.libcxx=libstdc++11
|
||||
compiler.version=13
|
||||
os=Linux
|
||||
8
tools/conan/profiles/scwx-linux_gcc-14
Normal file
8
tools/conan/profiles/scwx-linux_gcc-14
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
[settings]
|
||||
arch=x86_64
|
||||
build_type=Release
|
||||
compiler=gcc
|
||||
compiler.cppstd=20
|
||||
compiler.libcxx=libstdc++11
|
||||
compiler.version=14
|
||||
os=Linux
|
||||
8
tools/conan/profiles/scwx-win64_msvc2022
Normal file
8
tools/conan/profiles/scwx-win64_msvc2022
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
[settings]
|
||||
arch=x86_64
|
||||
build_type=Release
|
||||
compiler=msvc
|
||||
compiler.cppstd=20
|
||||
compiler.runtime=dynamic
|
||||
compiler.version=194
|
||||
os=Windows
|
||||
Loading…
Add table
Add a link
Reference in a new issue