mirror of
https://onedev.site.tesses.net/tesses-framework
synced 2026-03-26 07:42:21 +00:00
Compare commits
3 Commits
4efd654941
...
v0.0.1
| Author | SHA1 | Date | |
|---|---|---|---|
| adf11bd144 | |||
| f53bacb18b | |||
| 94eb56aad6 |
@@ -11,6 +11,7 @@ jobs:
|
|||||||
build-arch:
|
build-arch:
|
||||||
runs-on: arch-builder
|
runs-on: arch-builder
|
||||||
steps:
|
steps:
|
||||||
|
- run: pacman --noconfirm -Sy nodejs npm
|
||||||
- uses: actions/checkout@v4
|
- uses: actions/checkout@v4
|
||||||
- run: pacman --noconfirm -Sy mbedtls curl
|
- run: pacman --noconfirm -Sy mbedtls curl
|
||||||
- run: pacman --config /opt/cross/ppc/pacman.conf --noconfirm -Sy mbedtls
|
- run: pacman --config /opt/cross/ppc/pacman.conf --noconfirm -Sy mbedtls
|
||||||
@@ -32,8 +33,12 @@ jobs:
|
|||||||
build-plucky:
|
build-plucky:
|
||||||
runs-on: deb-builder-plucky
|
runs-on: deb-builder-plucky
|
||||||
steps:
|
steps:
|
||||||
|
- uses: actions/checkout@v4
|
||||||
- name: Build for plucky, resolute
|
- name: Build for plucky, resolute
|
||||||
run: |
|
run: |
|
||||||
bash build-ubuntu-plucky.sh
|
bash build-ubuntu-plucky.sh
|
||||||
bash push-ubuntu-plucky.sh
|
bash push-ubuntu-plucky.sh
|
||||||
working-directory: ./Packaging/Linux
|
working-directory: ./Packaging/Linux
|
||||||
|
- uses: akkuman/gitea-release-action@v1
|
||||||
|
env:
|
||||||
|
NODE_OPTIONS: '--experimental-fetch' # if nodejs < 18
|
||||||
Reference in New Issue
Block a user