CI updates and cleanups
This commit is contained in:
@@ -47,7 +47,9 @@ jobs:
|
||||
if: ${{ matrix.run_test }}
|
||||
run: |
|
||||
ctest --test-dir build/xcode -C Debug
|
||||
# ctest --test-dir build/xcode -C Release
|
||||
#ctest --test-dir build/xcode -C Release
|
||||
./build/xcode/Debug/upx --sysinfo -v
|
||||
./build/xcode/Release/upx --sysinfo -v
|
||||
- name: 'Run install tests'
|
||||
run: |
|
||||
(cd build/xcode && DESTDIR=$PWD/Install-default cmake --install .)
|
||||
|
||||
Reference in New Issue
Block a user