all repos — flounder @ 52f506e0dfebd6baab208d612b4cd7f713210528

A small site builder for the Gemini protocol

.build.yml (view raw)

 1image: alpine/edge
 2packages:
 3  - go
 4  - sqlite-libs
 5sources:
 6  - https://git.sr.ht/~alexwennerberg/flounder
 7tasks:
 8  - build: |
 9        cd flounder        
10  - test: |
11        cd flounder
12        go test .