test actions workflow
Some checks failed
Galvanic Corrosion Cross-Compile / build (push) Failing after 2m49s
Some checks failed
Galvanic Corrosion Cross-Compile / build (push) Failing after 2m49s
might not work 😭
This commit is contained in:
29
.gitea/workflows/cross-compile.yaml
Normal file
29
.gitea/workflows/cross-compile.yaml
Normal file
@@ -0,0 +1,29 @@
|
|||||||
|
name: Galvanic Corrosion Cross-Compile
|
||||||
|
|
||||||
|
on:
|
||||||
|
push:
|
||||||
|
branches: [master]
|
||||||
|
|
||||||
|
jobs:
|
||||||
|
build:
|
||||||
|
runs-on: ubuntu-latest
|
||||||
|
|
||||||
|
steps:
|
||||||
|
- name: Checkout repo
|
||||||
|
uses: actions/checkout@v4
|
||||||
|
with:
|
||||||
|
repository: 'zombieb/galvanic-corrosion'
|
||||||
|
|
||||||
|
- uses: denoland/setup-deno@v2
|
||||||
|
with:
|
||||||
|
deno-version: v2.x
|
||||||
|
|
||||||
|
- name: Run cross-compile task
|
||||||
|
run: |
|
||||||
|
deno run cross-compile
|
||||||
|
|
||||||
|
- name: Upload builds
|
||||||
|
uses: actions/upload-artifact@v4
|
||||||
|
with:
|
||||||
|
name: GC binaries
|
||||||
|
path: build/*
|
||||||
Reference in New Issue
Block a user