all repos — flounder @ a5fcd4b6cc4016d4f6d474891200a9e14bc6a53e

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 .