tildefriends/.gitea/workflows/build.yaml
Cory McWilliams c1fb15b135
All checks were successful
Build Tilde Friends / Build-All (push) Successful in 6m24s
ci tweaks and aab fixes.
2024-07-24 13:50:48 -04:00

16 lines
376 B
YAML

name: Build Tilde Friends
run-name: ${{ gitea.actor }} running 🚀
on: [push]
jobs:
Build-All:
runs-on: ubuntu-latest
steps:
- name: check out code
uses: actions/checkout@v4
with:
submodules: true
- run: sudo apt update && sudo apt install -y doxygen mingw-w64
- run: make all -j`nproc` docs
- run: docker build .