13 lines
198 B
YAML
13 lines
198 B
YAML
steps:
|
|
go-test:
|
|
image: golang
|
|
commands:
|
|
- make -C polyculeconnect test
|
|
|
|
go-build:
|
|
image: golang
|
|
commands:
|
|
- make -C polyculeconnect build
|
|
|
|
when:
|
|
event: [push, tag]
|