aboutsummaryrefslogtreecommitdiff
path: root/.build.yml
diff options
context:
space:
mode:
Diffstat (limited to '.build.yml')
-rw-r--r--.build.yml26
1 files changed, 0 insertions, 26 deletions
diff --git a/.build.yml b/.build.yml
deleted file mode 100644
index 0b1a1ff..0000000
--- a/.build.yml
+++ /dev/null
@@ -1,26 +0,0 @@
-image: fedora/latest
-packages:
- - go
-sources:
- - https://git.sr.ht/~yotam/go-gemini
- - https://git.sr.ht/~sircmpwn/annotatego
-secrets:
- - f43da1db-697d-4101-8607-e96f574b035a
-tasks:
-- lint: |
- cd go-gemini
- go vet
-- test: |
- cd go-gemini
- go test
-- build: |
- cd go-gemini
- make
-- annotatego: |
- cd annotatego
- go build
- sudo cp annotatego /usr/bin/
-- annotate: |
- cd go-gemini
- annotatego -v git.sr.ht/~yotam/go-gemini... >annotations.json
- ~/upload-annotations annotations.json yotam go-gemini