ci: Fix OS/2 building.
Copy and pasted from SDL a little too quickly. :)
This commit is contained in:
parent
b975bb679b
commit
3a3c552e50
|
@ -10,13 +10,12 @@ jobs:
|
||||||
- uses: open-watcom/setup-watcom@v0
|
- uses: open-watcom/setup-watcom@v0
|
||||||
- name: Build SDL2
|
- name: Build SDL2
|
||||||
run: |
|
run: |
|
||||||
|
cd src
|
||||||
wmake -f Makefile.os2
|
wmake -f Makefile.os2
|
||||||
- name: Build tests
|
|
||||||
run: |
|
|
||||||
cd test && wmake -f Makefile.os2
|
|
||||||
cd ..
|
cd ..
|
||||||
- name: distclean
|
- name: distclean
|
||||||
run: |
|
run: |
|
||||||
|
cd src
|
||||||
wmake -f Makefile.os2 distclean
|
wmake -f Makefile.os2 distclean
|
||||||
cd test && wmake -f Makefile.os2 distclean
|
|
||||||
cd ..
|
cd ..
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue