parent
e1b61560c9
commit
745dae120d
1 changed files with 12 additions and 0 deletions
12
.forgejo/workflows/build.yaml
Normal file
12
.forgejo/workflows/build.yaml
Normal file
|
@ -0,0 +1,12 @@
|
|||
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
|
||||
- name: Build
|
||||
run: ./x.py build
|
Loading…
Add table
Reference in a new issue