File tree Expand file tree Collapse file tree 2 files changed +2
-12
lines changed Expand file tree Collapse file tree 2 files changed +2
-12
lines changed Original file line number Diff line number Diff line change 7070 conan profile detect
7171 conan install . --output-folder=build-conan --build=missing -o "&:shared=False"
7272 cmake . --preset conan-default
73- cmake --build --preset=conan-release
73+ cmake --build --preset=conan-release --target all install -j 8
7474 env :
7575 CONAN_USER_HOME : c:/cache
7676 CONAN_USER_HOME_SHORT : c:/cache/conan_shortpaths
@@ -111,10 +111,6 @@ jobs:
111111 export BUF_CONFIG_DIR=$(mktemp -d)
112112 conan profile detect
113113 conan create . --build=missing -s compiler.cppstd=17
114- - name : list stuff
115- run : |
116- ls
117- tree
118114
119115 build_linux_ubuntu_jammy :
120116 if : github.repository_owner == 'viamrobotics'
Original file line number Diff line number Diff line change @@ -65,17 +65,11 @@ jobs:
6565 conan profile detect
6666 conan install . --output-folder=build-conan --build=missing -o "&:shared=False"
6767 cmake . --preset conan-default
68- cmake --build --preset=conan-release
68+ cmake --build --preset=conan-release --target all install -j 8
6969 env :
7070 CONAN_USER_HOME : c:/cache
7171 CONAN_USER_HOME_SHORT : c:/cache/conan_shortpaths
7272
73- - name : list stuff
74- run : |
75- ls
76- ls build/
77- tree
78-
7973 - name : Copy
8074 run : |
8175 cmake --install build-conan/build --prefix builds/viam-cpp-sdk-${{ matrix.platform }}
You can’t perform that action at this time.
0 commit comments