mirror of
https://github.com/klzgrad/naiveproxy.git
synced 2024-11-24 06:16:30 +03:00
Update build.yml
This commit is contained in:
parent
c9e5319499
commit
75cfc58b2c
9
.github/workflows/build.yml
vendored
9
.github/workflows/build.yml
vendored
@ -20,15 +20,8 @@ jobs:
|
|||||||
- name: Configure
|
- name: Configure
|
||||||
working-directory: src
|
working-directory: src
|
||||||
run: ./get-clang.sh
|
run: ./get-clang.sh
|
||||||
- name: Build
|
|
||||||
working-directory: src
|
|
||||||
run: ./build.sh
|
|
||||||
- name: Save artifacts
|
- name: Save artifacts
|
||||||
uses: actions/upload-artifact@v2
|
uses: actions/upload-artifact@v2
|
||||||
with:
|
with:
|
||||||
name: artifacts
|
name: artifacts
|
||||||
path: |
|
path: src/out/sysroot-build/sid/debian_sid_i386_sysroot.tar.xz
|
||||||
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…
Reference in New Issue
Block a user