perlin-shadows/.forgejo/workflows/build.yaml
Michael Bradley 641850eb50
Some checks failed
Build / Build (push) Failing after 3s
Add draft of build action
2025-02-23 11:58:07 -05:00

21 lines
425 B
YAML

---
on: [push]
name: Build
jobs:
build:
name: Build
runs-on: ubuntu-22.04
steps:
- name: Check out the code
uses: action/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