mirror of
https://github.com/klzgrad/naiveproxy.git
synced 2025-02-17 15:33:18 +03:00
Update build.yml
This commit is contained in:
parent
6646288f4a
commit
0dd09fa4e9
9
.github/workflows/build.yml
vendored
9
.github/workflows/build.yml
vendored
@ -14,5 +14,10 @@ jobs:
|
|||||||
env:
|
env:
|
||||||
EXTRA_FLAGS: 'target_cpu="${{ matrix.target_cpu }}"'
|
EXTRA_FLAGS: 'target_cpu="${{ matrix.target_cpu }}"'
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/download-artifact@v2
|
- uses: actions/checkout@v2
|
||||||
- run: ls -R
|
- run: sudo apt update && sudo apt install ninja-build pkg-config libnss3-dev qemu-user strace
|
||||||
|
- run: ./get-clang.sh
|
||||||
|
working-directory: src
|
||||||
|
- run: ./build.sh
|
||||||
|
working-directory: src
|
||||||
|
- run: strace -f qemu-i386 -L src/out/sysroot-build/sid/sid_i386_staging src/out/Release/naive --help
|
||||||
|
Loading…
x
Reference in New Issue
Block a user