cmake: do not install to opt
Some checks failed
Package / package (linux/arm64/v8) (push) Failing after 46s
Some checks failed
Package / package (linux/arm64/v8) (push) Failing after 46s
This commit is contained in:
parent
f3cafc241d
commit
78424d187c
3 changed files with 7 additions and 11 deletions
|
@ -7,4 +7,9 @@ set -o pipefail
|
|||
cmake -B /libcreate/build -S /libcreate -DCMAKE_BUILD_TYPE=Release -DCMAKE_CXX_FLAGS='-Werror'
|
||||
cmake --build /libcreate/build --config Release
|
||||
ctest -C Release --output-on-failure
|
||||
cpack --build /libcreate/build -G DEB
|
||||
cpack --build /libcreate/build -G DEB
|
||||
|
||||
debs=(/libcreate/_packages/*.deb)
|
||||
cp "${debs[0]}" /tmp/libcreate.deb
|
||||
dpkg-deb -R /tmp/libcreate.deb /tmp/libcreate
|
||||
tree /tmp/libcreate
|
Loading…
Add table
Add a link
Reference in a new issue