Give up on Windows for now.
This commit is contained in:
parent
1d3f0e2ee1
commit
eef2135e9f
1 changed files with 29 additions and 29 deletions
58
.github/workflows/ccpp.yml
vendored
58
.github/workflows/ccpp.yml
vendored
|
@ -26,32 +26,32 @@ jobs:
|
||||||
eval $(luarocks --lua-version 5.1 path)
|
eval $(luarocks --lua-version 5.1 path)
|
||||||
make LUA=/usr/local/bin/lua5.1
|
make LUA=/usr/local/bin/lua5.1
|
||||||
|
|
||||||
build-windows:
|
# build-windows:
|
||||||
runs-on: windows-latest
|
# runs-on: windows-latest
|
||||||
defaults:
|
# defaults:
|
||||||
run:
|
# run:
|
||||||
shell: msys2 {0}
|
# shell: msys2 {0}
|
||||||
steps:
|
# steps:
|
||||||
- uses: msys2/setup-msys2@v2
|
# - uses: msys2/setup-msys2@v2
|
||||||
with:
|
# with:
|
||||||
update: true
|
# update: true
|
||||||
msystem: MINGW32
|
# msystem: MINGW32
|
||||||
install: >-
|
# install: >-
|
||||||
make
|
# make
|
||||||
mingw-w64-i686-gcc
|
# mingw-w64-i686-gcc
|
||||||
mingw-w64-x86_64-lua51
|
# mingw-w64-x86_64-lua51
|
||||||
mingw-w64-x86_64-lua-luarocks
|
# mingw-w64-x86_64-lua-luarocks
|
||||||
ninja
|
# ninja
|
||||||
bison
|
# bison
|
||||||
flex
|
# flex
|
||||||
zip
|
# zip
|
||||||
git
|
# git
|
||||||
- name: luarocks
|
# - name: luarocks
|
||||||
run: |
|
# run: |
|
||||||
git config --global url."https://".insteadOf git://
|
# git config --global url."https://".insteadOf git://
|
||||||
/mingw64/bin/luarocks --lua-version 5.1 install luaposix 33.0.0-1
|
# /mingw64/bin/luarocks --lua-version 5.1 install luaposix 33.0.0-1
|
||||||
- uses: actions/checkout@v3
|
# - uses: actions/checkout@v3
|
||||||
- name: build
|
# - name: build
|
||||||
run: |
|
# run: |
|
||||||
make LUA=/mingw64/bin/lua5.1
|
# make LUA=/mingw64/bin/lua5.1
|
||||||
|
#
|
||||||
|
|
Loading…
Reference in a new issue