File tree Expand file tree Collapse file tree 1 file changed +18
-15
lines changed
Expand file tree Collapse file tree 1 file changed +18
-15
lines changed Original file line number Diff line number Diff line change 1616 - os : win64
1717 cos : " x64 -DFISHELLEXT=on"
1818 ext : dll
19+ - os : arm64
20+ cos : " ARM64 -DFISHELLEXT=on"
21+ ext : dll
1922 runs-on : windows-latest
2023 steps :
2124 - uses : actions/checkout@v5
@@ -36,21 +39,21 @@ jobs:
3639 move ..\src\FreeImage.h include
3740 move Release\*.lib lib
3841 7z a ..\${{ matrix.os }}-dev.7z include lib
39- - name : Compile LuaJIT
40- shell : cmd
41- run : |
42- curl -OL https://github.com/LuaJIT/LuaJIT/archive/refs/tags/v2.1.0-beta3.zip
43- curl -OL https://github.com/nyfair/fi-luajit/archive/master.zip
44- 7z x *.zip
45- cd LuaJIT-2.1.0-beta3\src
46- msvcbuild amalg
47- - name : Make Lua Binding
48- run : |
49- cd LuaJIT-2.1.0-beta3\src
50- md lua
51- move ..\..\fi-luajit-master\*.lua lua
52- move ..\..\fi-luajit-master\test\* .
53- 7z a ..\..\${{ matrix.os }}-luajit-bind.7z *.exe *.dll *.lua lua
42+ # - name: Compile LuaJIT
43+ # shell: cmd
44+ # run: |
45+ # curl -OL https://github.com/LuaJIT/LuaJIT/archive/refs/tags/v2.1.0-beta3.zip
46+ # curl -OL https://github.com/nyfair/fi-luajit/archive/master.zip
47+ # 7z x *.zip
48+ # cd LuaJIT-2.1.0-beta3\src
49+ # msvcbuild amalg
50+ # - name: Make Lua Binding
51+ # run: |
52+ # cd LuaJIT-2.1.0-beta3\src
53+ # md lua
54+ # move ..\..\fi-luajit-master\*.lua lua
55+ # move ..\..\fi-luajit-master\test\* .
56+ # 7z a ..\..\${{ matrix.os }}-luajit-bind.7z *.exe *.dll *.lua lua
5457 - name : Upload
5558 uses : svenstaro/upload-release-action@v2
5659 with :
You can’t perform that action at this time.
0 commit comments