|
@@ -14,8 +14,8 @@ jobs:
|
|
|
name: build-linux
|
|
name: build-linux
|
|
|
runs-on: ubuntu-latest
|
|
runs-on: ubuntu-latest
|
|
|
steps:
|
|
steps:
|
|
|
|
|
+ - uses: actions/checkout@v2
|
|
|
- name: build
|
|
- name: build
|
|
|
- uses: actions/checkout@v2
|
|
|
|
|
run: |
|
|
run: |
|
|
|
./configure
|
|
./configure
|
|
|
make libhv examples unittest evpp
|
|
make libhv examples unittest evpp
|
|
@@ -24,8 +24,8 @@ jobs:
|
|
|
name: build-macos
|
|
name: build-macos
|
|
|
runs-on: macos-latest
|
|
runs-on: macos-latest
|
|
|
steps:
|
|
steps:
|
|
|
|
|
+ - uses: actions/checkout@v2
|
|
|
- name: build
|
|
- name: build
|
|
|
- uses: actions/checkout@v2
|
|
|
|
|
run: |
|
|
run: |
|
|
|
./configure
|
|
./configure
|
|
|
make libhv examples unittest evpp
|
|
make libhv examples unittest evpp
|
|
@@ -34,8 +34,8 @@ jobs:
|
|
|
name: build-windows
|
|
name: build-windows
|
|
|
runs-on: windows-2016
|
|
runs-on: windows-2016
|
|
|
steps:
|
|
steps:
|
|
|
|
|
+ - uses: actions/checkout@v2
|
|
|
- name: build
|
|
- name: build
|
|
|
- uses: actions/checkout@v2
|
|
|
|
|
run: |
|
|
run: |
|
|
|
mkdir win64
|
|
mkdir win64
|
|
|
cd win64
|
|
cd win64
|