bevy-santa/.forgejo/workflows/build.yml
Crizomb 94b170bce0
Some checks failed
Build Bevy Game (Linux) / build (push) Failing after 19m40s
bevy very fat
2025-12-23 20:59:45 +01:00

25 lines
578 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=1
export RUSTFLAGS="-Ccodegen-units=1"
cargo build --release
- name: Upload binary artifacts
uses: actions/upload-artifact@v4
with:
name: bevy-linux-release
path: target/release/