kopia lustrzana https://github.com/cirospaciari/socketify.py
add cmake test
rodzic
13bc404ff4
commit
ea5b9342d9
|
@ -0,0 +1,15 @@
|
||||||
|
name: Apple Silicon + libuv Build
|
||||||
|
on: workflow_dispatch
|
||||||
|
jobs:
|
||||||
|
build-macos:
|
||||||
|
runs-on: macos-11.0
|
||||||
|
name: Build on darwin-arm64
|
||||||
|
steps:
|
||||||
|
- name: Update binaries
|
||||||
|
run: |
|
||||||
|
brew install autoconf automake libtool cmake
|
||||||
|
git clone --branch v1.44.2 --recursive https://github.com/libuv/libuv.git
|
||||||
|
cd libuv
|
||||||
|
cmake . -DCMAKE_SYSTEM_NAME=Darwin DCMAKE_C_COMPILER=i686-w64-mingw32-gcc
|
||||||
|
cmake --build .
|
||||||
|
ls *
|
Ładowanie…
Reference in New Issue