This commit is contained in:
hedy 2023-06-26 13:48:32 +08:00
parent 55bde53651
commit ebc20c0b01
Signed by: hedy
GPG Key ID: B51B5A8D1B176372
1 changed files with 0 additions and 21 deletions

View File

@ -1,21 +0,0 @@
image: openbsd/latest
packages:
- golang
- scdoc
sources:
- https://git.sr.ht/~hedy/gelim
environment:
DESTDIR: ./out
tasks:
- build: |
cd gelim
make
- install: |
cd gelim
make install
make checkinstall
- test: |
cd gelim
make checkfmt
go test