7 lines
87 B
YAML
7 lines
87 B
YAML
|
build:
|
||
|
image: golang
|
||
|
commands:
|
||
|
- go get
|
||
|
- go build
|
||
|
- go test ./cryptfs
|