Build scripts

This commit is contained in:
a 2021-03-14 15:24:26 +03:00
parent 81a38febb9
commit ee76054cf7
2 changed files with 4 additions and 0 deletions

View file

@ -17,6 +17,8 @@ jobs:
run: pip install xonsh
- name: Build xxh-appimage
run: xonsh xxh-appimage-build.xsh
- name: Test
run: ls -lah build/xxh-x86_64.AppImage
- name: Release
uses: softprops/action-gh-release@v1
if: startsWith(github.ref, 'refs/tags/')

View file

@ -17,6 +17,8 @@ jobs:
run: pip install xonsh
- name: Build xxh-portable-musl-alpine-build
run: xonsh xxh-portable-musl-alpine-build.xsh
- name: Test
run: ls -lah build/xxh-portable-musl-alpine-Linux-x86_64.tar.gz
- name: Release
uses: softprops/action-gh-release@v1
if: startsWith(github.ref, 'refs/tags/')