perlin-shadows/.forgejo/workflows/build.yaml
Michael Bradley f9c2ad3587
Some checks failed
Build / Build (push) Failing after 7s
Fix typo
2025-02-23 12:02:30 -05:00

21 lines
426 B
YAML

---
on: [push]
name: Build
jobs:
build:
name: Build
runs-on: ubuntu-22.04
steps:
- name: Check out the code
uses: actions/checkout@v4
- name: Set up the build environment
run: cmake .
- name: Compile the code
run: cmake --build .
- name: Save executable
uses: forgejo/upload-artifact@v4
with:
name: bin.zip
path: perlin-noise