all repos — flounder @ b2d160dd66da30ee197256854fb4c96bb0262198

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 .