File tree Expand file tree Collapse file tree 1 file changed +12
-5
lines changed
Expand file tree Collapse file tree 1 file changed +12
-5
lines changed Original file line number Diff line number Diff line change 1111 - uses : open-watcom/setup-watcom@v0
1212 with :
1313 version : " 1.9"
14+
15+ - name : Install Tools
16+ run : |
17+ sudo apt-get update
18+ sudo apt-get install -y dos2unix gcc libreadline-dev make mtools zip
19+
1420 - uses : actions/checkout@v4
1521 with :
1622 submodules : recursive
2026 run : |
2127 patch -p0 -i lua.pat
2228
29+ - name : Check GCC can build Lua after patches
30+ run : |
31+ cd lua
32+ make
33+ cd ..
34+
2335 - name : Build Lua for DOS 16-bit
2436 run : |
2537 export INCLUDE=$WATCOM/h
4961 run : |
5062 cp $WATCOM/binw/dos4gw.exe dist/bin/
5163
52- - name : Install Post Build Packaging Tools
53- run : |
54- sudo apt-get update
55- sudo apt-get install -y dos2unix mtools zip
56-
5764 - name : Ensure Lua Scripts Have CR/LF Line Endings
5865 run : |
5966 unix2dos *.lua
You can’t perform that action at this time.
0 commit comments