CI updates

This commit is contained in:
Markus F.X.J. Oberhumer
2023-09-30 10:46:39 +02:00
parent 4d5d6661d5
commit 7f9d381c7b
9 changed files with 150 additions and 119 deletions
+3 -6
View File
@@ -12,8 +12,8 @@ env:
CMAKE_REQUIRED_QUIET: OFF
DEBIAN_FRONTEND: noninteractive
UPX_CMAKE_BUILD_FLAGS: --verbose
# 2023-09-25
ZIG_DIST_VERSION: 0.12.0-dev.573+c9413a880
# 2023-09-30
ZIG_DIST_VERSION: 0.12.0-dev.668+c07d6e4c1
jobs:
job-rebuild-and-verify-stubs:
@@ -231,10 +231,7 @@ jobs:
fail-fast: false
matrix:
include:
# windows-2019 used to work but got broken with the 20220821.1 runner-image
# update; we cannot download that image for inspection, and debugging the
# remote image is painful, so disable for now
####- { name: windows-2019-amd64, os: windows-2019, vsversion: 2019, arch: amd64 }
- { name: windows-2019-amd64, os: windows-2019, vsversion: 2019, arch: amd64 }
- { name: windows-2022-amd64, os: windows-2022, vsversion: 2022, arch: amd64 }
steps:
- name: 'Check out code'
@@ -73,7 +73,8 @@ jobs:
with:
name: ${{ env.artifact_name }}
path: tmp/artifact
- name: ${{ format('Run test suite') }}
- name: ${{ format('Run test suite under Wine') }}
if: ${{ matrix.wine }}
run: |
git clone --depth=1 https://github.com/upx/upx-testsuite ../upx-testsuite
+2 -2
View File
@@ -10,8 +10,8 @@ on:
env:
CMAKE_REQUIRED_QUIET: OFF
DEBIAN_FRONTEND: noninteractive
# 2023-09-25
ZIG_DIST_VERSION: 0.12.0-dev.573+c9413a880
# 2023-09-30
ZIG_DIST_VERSION: 0.12.0-dev.668+c07d6e4c1
jobs:
job-linux-zigcc: # uses cmake + make