mirror of
https://github.com/klzgrad/naiveproxy.git
synced 2025-04-12 05:30:57 +00:00
Update build.yml
This commit is contained in:
parent
f6b72c5f66
commit
c9e5319499
1 changed files with 7 additions and 0 deletions
7
.github/workflows/build.yml
vendored
7
.github/workflows/build.yml
vendored
|
@ -23,5 +23,12 @@ jobs:
|
|||
- name: Build
|
||||
working-directory: src
|
||||
run: ./build.sh
|
||||
- name: Save artifacts
|
||||
uses: actions/upload-artifact@v2
|
||||
with:
|
||||
name: artifacts
|
||||
path: |
|
||||
src/out/sysroot-build/sid/debian_sid_i386_sysroot.tar.xz
|
||||
src/out/Release/naive
|
||||
- name: Basic tests
|
||||
run: ./tests/basic.sh src/out/Release/naive
|
||||
|
|
Loading…
Add table
Reference in a new issue