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 graphviz mingw-w64
      - run: make all -j`nproc` docs
      - run: docker build .