diff --git a/.forgejo/workflows/build.yaml b/.forgejo/workflows/build.yaml new file mode 100644 index 00000000000..1c38a7eedf1 --- /dev/null +++ b/.forgejo/workflows/build.yaml @@ -0,0 +1,14 @@ +name: Build +on: [push] +jobs: + build: + runs-on: debian-12 + steps: + - name: Install dependencies + run: apt-get update && apt-get install -y python3 + - name: Checkout + uses: actions/checkout@v4 + with: + submodules: true + - name: Build + run: ./x.py build