kopia lustrzana https://github.com/cirospaciari/socketify.py
add cmake test
rodzic
a9679f4ceb
commit
28877dddad
|
@ -10,6 +10,6 @@ jobs:
|
||||||
brew install autoconf automake libtool cmake
|
brew install autoconf automake libtool cmake
|
||||||
git clone --branch v1.44.2 --recursive https://github.com/libuv/libuv.git
|
git clone --branch v1.44.2 --recursive https://github.com/libuv/libuv.git
|
||||||
cd libuv
|
cd libuv
|
||||||
cmake . -DCMAKE_SYSTEM_NAME=Darwin -DCMAKE_C_COMPILER=arm64-apple-macos11-gcc
|
cmake . -DCMAKE_OSX_ARCHITECTURES="arm64"
|
||||||
cmake --build . -DCMAKE_SYSTEM_NAME=Darwin -DCMAKE_C_COMPILER=arm64-apple-macos11-gcc
|
cmake --build . -DCMAKE_OSX_ARCHITECTURES="arm64"
|
||||||
ls *
|
ls *
|
|
@ -30,7 +30,7 @@
|
||||||
- Automatic Ping / Pong Support
|
- Automatic Ping / Pong Support
|
||||||
- Per Socket Data
|
- Per Socket Data
|
||||||
- Middlewares
|
- Middlewares
|
||||||
- Templates Support (examples with [Mako](https://github.com/cirospaciari/socketify.py/tree/main/examples/template_mako.py) and [Jinja2](https://github.com/cirospaciari/socketify.py/tree/main/examples/template_jinja2.py))
|
- Templates Support (examples with [`Mako`](https://github.com/cirospaciari/socketify.py/tree/main/examples/template_mako.py) and [`Jinja2`](https://github.com/cirospaciari/socketify.py/tree/main/examples/template_jinja2.py))
|
||||||
## :mag_right: Upcoming Features
|
## :mag_right: Upcoming Features
|
||||||
- Fetch like API powered by libuv
|
- Fetch like API powered by libuv
|
||||||
- Async file IO powered by libuv
|
- Async file IO powered by libuv
|
||||||
|
|
Ładowanie…
Reference in New Issue