all repos — flounder @ 5b4a8b771c8c011af9c4f60ce0725225545b325d

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 .