mirror of
https://github.com/klzgrad/naiveproxy.git
synced 2024-11-28 08:16:09 +03:00
Update build.yml
This commit is contained in:
parent
908ced8518
commit
5e1a4e3f75
17
.github/workflows/build.yml
vendored
17
.github/workflows/build.yml
vendored
@ -14,20 +14,7 @@ jobs:
|
|||||||
env:
|
env:
|
||||||
EXTRA_FLAGS: 'target_cpu="${{ matrix.target_cpu }}"'
|
EXTRA_FLAGS: 'target_cpu="${{ matrix.target_cpu }}"'
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v2
|
- uses: actions/download-artifact@v2
|
||||||
- name: Install dependencies
|
|
||||||
run: sudo apt update && sudo apt install ninja-build pkg-config libnss3-dev qemu-user
|
|
||||||
- name: Configure
|
|
||||||
working-directory: src
|
|
||||||
run: ./get-clang.sh
|
|
||||||
- name: Build
|
|
||||||
working-directory: src
|
|
||||||
run: ./build.sh
|
|
||||||
- run: tar cf sysroot.tar src/out/sysroot-build/sid/sid_i386_staging
|
|
||||||
- name: Save artifacts
|
|
||||||
uses: actions/upload-artifact@v2
|
|
||||||
with:
|
with:
|
||||||
name: artifacts
|
name: artifacts
|
||||||
path: |
|
- run: ls -R
|
||||||
sysroot.tar
|
|
||||||
src/out/Release/naive
|
|
||||||
|
Loading…
Reference in New Issue
Block a user