This repository has been archived on 2022-10-30. You can view files and clone it, but cannot push or open issues or pull requests.
Segfautils/.woodpecker.yml

11 lines
195 B
YAML
Raw Normal View History

2022-08-13 01:10:02 +05:30
pipeline:
build:
image: golang:latest
commands:
2022-08-13 01:17:59 +05:30
- go build -o segfautils
dockerize:
2022-08-13 01:29:29 +05:30
image: docker:dind
2022-08-13 01:17:59 +05:30
commands:
2022-08-13 01:25:27 +05:30
- docker build -t projectsegfault/segfautils .
2022-08-13 01:17:59 +05:30