mirror of
https://github.com/lunarmodules/luasocket.git
synced 2025-04-05 08:26:47 +02:00
Compare commits
5 Commits
8a646b09c3
...
d0fd6b0191
Author | SHA1 | Date | |
---|---|---|---|
|
d0fd6b0191 | ||
|
58c76080a0 | ||
|
250e4d48f7 | ||
|
f139105c98 | ||
|
3b48c994e3 |
6
.github/workflows/build.yml
vendored
6
.github/workflows/build.yml
vendored
@ -13,7 +13,7 @@ jobs:
|
||||
fail-fast: false
|
||||
matrix:
|
||||
luaVersion: [ "5.4", "5.3", "5.2", "5.1", "luajit", "luajit-openresty" ]
|
||||
platform: [ "ubuntu-22.04", "macos-11", "windows-2022" ]
|
||||
platform: [ "ubuntu-22.04", "macos-14", "windows-2022" ]
|
||||
runs-on: ${{ matrix.platform }}
|
||||
steps:
|
||||
- name: Checkout
|
||||
@ -22,11 +22,11 @@ jobs:
|
||||
if: ${{ startsWith(matrix.platform, 'windows') && !startsWith(matrix.luaVersion, 'luajit') }}
|
||||
uses: ilammy/msvc-dev-cmd@v1
|
||||
- name: Setup ‘lua’
|
||||
uses: leso-kn/gh-actions-lua@v11-staging
|
||||
uses: luarocks/gh-actions-lua@v10
|
||||
with:
|
||||
luaVersion: ${{ matrix.luaVersion }}
|
||||
- name: Setup ‘luarocks’
|
||||
uses: hishamhm/gh-actions-luarocks@master
|
||||
uses: luarocks/gh-actions-luarocks@v5
|
||||
- name: Make and install
|
||||
run: |
|
||||
luarocks make -- luasocket-scm-3.rockspec
|
||||
|
@ -115,6 +115,7 @@ local function make_plat(plat)
|
||||
modules["socket.core"].sources[#modules["socket.core"].sources+1] = "src/wsocket.c"
|
||||
modules["socket.core"].libraries = { "ws2_32" }
|
||||
modules["socket.core"].libdirs = {}
|
||||
modules["mime.core"].libdirs = {}
|
||||
end
|
||||
return { modules = modules }
|
||||
end
|
||||
|
Loading…
x
Reference in New Issue
Block a user