1 Star 0 Fork 260

gfvre / libhv

forked from libhv / libhv 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
CI.yml 944 Bytes
一键复制 编辑 原始数据 按行查看 历史
ithewei 提交于 2022-02-25 20:24 . windows-latest vs2022
name: CI
on:
push:
paths-ignore:
- '**.md'
pull_request:
paths-ignore:
- '**.md'
jobs:
build-linux:
name: build-linux
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: build
run: |
sudo apt update
sudo apt install libssl-dev libnghttp2-dev
./configure --with-openssl --with-nghttp2
make libhv evpp
make check
make run-unittest
build-macos:
name: build-macos
runs-on: macos-latest
steps:
- uses: actions/checkout@v2
- name: build
run: |
./configure
make libhv evpp examples unittest
build-windows:
name: build-windows
runs-on: windows-latest
steps:
- uses: actions/checkout@v2
- name: build
run: |
mkdir win64
cd win64
cmake .. -G "Visual Studio 17 2022" -A x64
cmake --build .
C/C++
1
https://gitee.com/gfvre/libhv.git
git@gitee.com:gfvre/libhv.git
gfvre
libhv
libhv
master

搜索帮助