Update build.yml

This commit is contained in:
klzgrad 2021-02-28 13:35:00 +08:00 committed by GitHub
parent f6b72c5f66
commit c9e5319499
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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