Skip to content

Commit 2c38b92

Browse files
committed
CI-build: extend test OW cross-compile to 1.9 and 2.0 versions
1 parent 4b4e451 commit 2c38b92

File tree

1 file changed

+12
-3
lines changed

1 file changed

+12
-3
lines changed

.github/workflows/ci-build.yml

+12-3
Original file line numberDiff line numberDiff line change
@@ -65,9 +65,18 @@ jobs:
6565
id: linux
6666
image: ubuntu-latest
6767
cmd: ./build.sh watcom upx english
68-
68+
ow:
69+
- name: 1.9
70+
id: 1.9
71+
- name: 2.0
72+
id: 2.0-64
73+
exclude:
74+
- host:
75+
- id: osx
76+
- ow:
77+
- name: 1.9
6978
runs-on: ${{matrix.host.image}}
70-
name: Test OW cross-compile (${{matrix.host.name}})
79+
name: Test OW ${{matrix.ow.name}} cross-compile (${{matrix.host.name}})
7180

7281
steps:
7382
- uses: actions/checkout@v4
@@ -81,7 +90,7 @@ jobs:
8190
- name: Open Watcom install
8291
uses: open-watcom/setup-watcom@v0
8392
with:
84-
version: "2.0-64"
93+
version: ${{matrix.ow.name}}
8594

8695
- name: build
8796
uses: "./.github/actions/build"

0 commit comments

Comments
 (0)