CI: update

This commit is contained in:
Markus F.X.J. Oberhumer
2023-06-24 10:16:43 +02:00
parent b4a793ed26
commit 512a26cee4
5 changed files with 35 additions and 18 deletions
@@ -29,3 +29,9 @@ jobs:
run: |
ctest --test-dir build/xcode -C Debug
ctest --test-dir build/xcode -C Release
- name: 'Run install tests'
run: |
(cd build/xcode && DESTDIR=$PWD/Install-default cmake --install .)
(cd build/xcode && DESTDIR=$PWD/Install-debug cmake --install . --config Debug)
(cd build/xcode && DESTDIR=$PWD/Install-release cmake --install . --config Release)
ls -l build/xcode/Install-*/usr/local/bin/upx