File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 38
38
- name : Check deployment as cmake subdirectory
39
39
run : script/ci_testdeploy.sh -DINFLUXCXX_AS_SUBDIR=ON -DINFLUXCXX_WITH_BOOST=${{ matrix.boost }}
40
40
- name : Install
41
- run : cmake --build build --target install
41
+ run : cmake --install build
42
42
- name : Check installed library
43
43
run : script/ci_testdeploy.sh -DINFLUXCXX_AS_SUBDIR=OFF
44
44
@@ -123,15 +123,15 @@ jobs:
123
123
run : |
124
124
export HOMEBREW_NO_AUTO_UPDATE=1
125
125
export HOMEBREW_NO_INSTALL_CLEANUP=1
126
- pip3 install -U conan
127
126
brew install boost
127
+ pipx install conan
128
128
conan profile detect
129
129
mkdir build
130
130
conan install -o "influxdb-cxx/*":system=True -o "influxdb-cxx/*":tests=True -s compiler.cppstd=17 --build=missing . -of build
131
131
- name : Build
132
132
run : script/ci_build.sh
133
133
- name : Install
134
- run : cmake --build build --target install
134
+ run : cmake --install ./ build --prefix /tmp/ci_ifdb
135
135
136
136
137
137
formatting-check :
You can’t perform that action at this time.
0 commit comments