Skip to content

Commit

Permalink
Add two more Conan profiles, just for the sake of completion.
Browse files Browse the repository at this point in the history
Add a setup step to clean the Conan cache in every cpp-tests/action.yaml.

We do both these things in OpenQL.
  • Loading branch information
rturrado committed Dec 19, 2023
1 parent 87f233a commit 934b45d
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 0 deletions.
9 changes: 9 additions & 0 deletions conan/profiles/tests-debug-clang-linux-arm64
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
include(tests-debug)

[settings]
compiler=clang
compiler.version=14

[conf]
tools.build:cxxflags=["-stdlib=libc++"]
tools.build:compiler_executables={ 'c' : 'clang', 'cpp' : 'clang++' }
9 changes: 9 additions & 0 deletions conan/profiles/tests-release-clang-linux-arm64
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
include(tests-release)

[settings]
compiler=clang
compiler.version=14

[conf]
tools.build:cxxflags=["-stdlib=libc++"]
tools.build:compiler_executables={ 'c' : 'clang', 'cpp' : 'clang++' }

0 comments on commit 934b45d

Please sign in to comment.