Commit 2ba9e99 1 parent 4b4e451 commit 2ba9e99 Copy full SHA for 2ba9e99
File tree 1 file changed +24
-15
lines changed
1 file changed +24
-15
lines changed Original file line number Diff line number Diff line change @@ -53,21 +53,30 @@ jobs:
53
53
strategy :
54
54
matrix :
55
55
host :
56
- - name : Windows
57
- id : nt
58
- image : windows-latest
59
- cmd : build.bat watcom upx english
60
- - name : Mac OSX-ARM
61
- id : osx
62
- image : macos-latest
63
- cmd : ./build.sh watcom upx english
64
- - name : Linux
65
- id : linux
66
- image : ubuntu-latest
67
- cmd : ./build.sh watcom upx english
68
-
56
+ - name : ' Windows'
57
+ id : ' nt'
58
+ image : ' windows-latest'
59
+ cmd : ' build.bat watcom upx english'
60
+ - name : ' Mac OSX-ARM'
61
+ id : ' osx'
62
+ image : ' macos-latest'
63
+ cmd : ' ./build.sh watcom upx english'
64
+ - name : ' Linux'
65
+ id : ' linux'
66
+ image : ' ubuntu-latest'
67
+ cmd : ' ./build.sh watcom upx english'
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'
69
78
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}})
71
80
72
81
steps :
73
82
- uses : actions/checkout@v4
81
90
- name : Open Watcom install
82
91
uses : open-watcom/setup-watcom@v0
83
92
with :
84
- version : " 2.0-64 "
93
+ version : ${{matrix.ow.id}}
85
94
86
95
- name : build
87
96
uses : " ./.github/actions/build"
You can’t perform that action at this time.
0 commit comments