all repos — flounder @ 8127760596cb0d3678a306b2a70a03bcd2fb09b3

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 .