Host SSH portals to applications
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
arch: x86_64 |
|
environment: |
|
PROJECT_NAME: 'sshtargate' |
|
CGO_ENABLED: '1' |
|
GO111MODULE: 'on' |
|
image: alpine/edge |
|
packages: |
|
- go |
|
sources: |
|
- https://git.sr.ht/~tslocum/sshtargate |
|
tasks: |
|
- test: | |
|
cd $PROJECT_NAME |
|
go test ./...
|
|
|