mirror of
https://github.com/dragonheim/gagent.git
synced 2025-04-26 12:48:58 -07:00
Very preliminary CI/CD pipeline to see if I need to manually pull the code.
This commit is contained in:
parent
823a16a97b
commit
9727822b8a
5 changed files with 149 additions and 81 deletions
13
.forgejo/workflows/build.yaml
Normal file
13
.forgejo/workflows/build.yaml
Normal file
|
@ -0,0 +1,13 @@
|
|||
name: Build G'Agent
|
||||
on: [push]
|
||||
jobs:
|
||||
trivy_scan:
|
||||
runs-on: docker
|
||||
container:
|
||||
image: dragonheim/golang:latest
|
||||
steps:
|
||||
- run: ls -la
|
||||
- run: go version
|
||||
- run: go fmt
|
||||
# - run: apk add --no-cache git zeromq-dev build-base
|
||||
# - run: go build -o test cmd/gagent/main.go
|
Loading…
Add table
Add a link
Reference in a new issue