bevy-santa/.forgejo/workflows/build.yml
Crizomb 08feecf5bf
All checks were successful
Build Bevy Game (Linux) / build (push) Successful in 19m12s
m
2025-12-24 01:45:28 +01:00

24 lines
607 B
YAML

name: Build Bevy Game (Linux)
on:
push:
workflow_dispatch:
jobs:
build:
runs-on: docker
container:
image: git.rufous-trench.ts.net/crizomb/forgejo-action-rust-bevy:deb13-node20-2
steps:
- uses: actions/checkout@v4
- name: Build Bevy game (release)
run: |
export CARGO_BUILD_JOBS=2
export RUSTFLAGS="-Ccodegen-units=4 -Cdebuginfo=0"
cargo build --release
- name: Upload binary artifacts
uses: actions/upload-artifact@v3
with:
name: bevy-santa-linux-release
path: target/release/bevy-santa