Build go code
Some checks failed
continuous-integration/drone Build is failing

This commit is contained in:
Kasper Juul Hermansen 2022-01-03 21:59:52 +01:00
parent af2956133b
commit c3fc230e20
Signed by: kjuulh
GPG Key ID: 0F95C140730F2F23
2 changed files with 11 additions and 0 deletions

View File

@ -1,7 +1,12 @@
kind: pipeline
type: docker
name: default
steps:
- name: build-go
image: golang
commands:
- go build cmd/keep-up/main.go
- name: gitea_release
image: plugins/gitea-release
settings:

6
.idea/vcs.xml Normal file
View File

@ -0,0 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<project version="4">
<component name="VcsDirectoryMappings">
<mapping directory="$PROJECT_DIR$" vcs="Git" />
</component>
</project>