Testing conan on linux.
This commit is contained in:
parent
3d3522eda3
commit
499dc87cb8
@ -2,4 +2,6 @@
|
|||||||
os=Linux
|
os=Linux
|
||||||
arch=armv8
|
arch=armv8
|
||||||
compiler=gcc
|
compiler=gcc
|
||||||
|
compiler.version=12
|
||||||
|
compiler.libcxx=libstdc++20
|
||||||
build_type=Debug
|
build_type=Debug
|
@ -2,4 +2,6 @@
|
|||||||
os=Linux
|
os=Linux
|
||||||
arch=armv8
|
arch=armv8
|
||||||
compiler=gcc
|
compiler=gcc
|
||||||
|
compiler.version=12
|
||||||
|
compiler.libcxx=libstdc++20
|
||||||
build_type=Release
|
build_type=Release
|
@ -3,5 +3,5 @@ os=Linux
|
|||||||
arch=x86_64
|
arch=x86_64
|
||||||
compiler=gcc
|
compiler=gcc
|
||||||
compiler.version=14
|
compiler.version=14
|
||||||
compiler.libcxx=libstdc++11
|
compiler.libcxx=libstdc++20
|
||||||
build_type=Release
|
build_type=Release
|
Loading…
Reference in New Issue
Block a user