File tree Expand file tree Collapse file tree 3 files changed +1
-14
lines changed
Expand file tree Collapse file tree 3 files changed +1
-14
lines changed Original file line number Diff line number Diff line change 2929 name : " ${{ matrix.compiler }}"
3030 steps :
3131 - uses : actions/checkout@main
32+ - uses : offa/conan-action@b8e0a7119ebc3655d47130251e75c206aba96145
3233 - name : Build
3334 run : script/ci_build.sh
3435
Original file line number Diff line number Diff line change 44
55BUILD_TYPE=" Release"
66
7- # Conan
8- export DEBIAN_FRONTEND=noninteractive
9- export PATH=$HOME /.local/bin:$PATH
10- apt-get update
11- apt-get install -y pipx
12- pipx install conan
13- conan profile detect
14-
157if [[ " ${CXX} " == clang* ]]
168then
179 export CXXFLAGS=" -stdlib=libc++"
Original file line number Diff line number Diff line change 22
33set -ex
44
5- export PATH=$HOME /.local/bin:$PATH
6- apt-get update
7- apt-get install -y pipx
8- pipx install conan
9-
10- conan profile detect
115conan create -o unittest=True --build=missing .
You can’t perform that action at this time.
0 commit comments