2023-10-22 09:12:49 +00:00
|
|
|
steps:
|
|
|
|
go-test:
|
|
|
|
image: golang
|
|
|
|
commands:
|
|
|
|
- make -C polyculeconnect test
|
2023-10-22 20:13:14 +00:00
|
|
|
environment:
|
|
|
|
- GOPROXY=http://goproxy.home:3000
|
2023-10-22 09:12:49 +00:00
|
|
|
|
|
|
|
go-build:
|
|
|
|
image: golang
|
|
|
|
commands:
|
|
|
|
- make -C polyculeconnect build
|
2023-10-22 20:13:14 +00:00
|
|
|
environment:
|
|
|
|
- GOPROXY=http://goproxy.home:3000
|
2023-10-22 09:12:49 +00:00
|
|
|
|
|
|
|
when:
|
|
|
|
event: [push, tag]
|