mirror of
https://github.com/xxh/xxh
synced 2024-11-15 00:37:05 +00:00
Build scripts
This commit is contained in:
parent
81a38febb9
commit
ee76054cf7
2 changed files with 4 additions and 0 deletions
2
.github/workflows/release-build-appimage.yml
vendored
2
.github/workflows/release-build-appimage.yml
vendored
|
@ -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/')
|
||||
|
|
2
.github/workflows/release-build-portable.yml
vendored
2
.github/workflows/release-build-portable.yml
vendored
|
@ -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/')
|
||||
|
|
Loading…
Reference in a new issue