shithub: tlsclient

ref: 009439541d2c6e8af2596f8fb1b4df85861fd212
dir: /.woodpecker/default.yml/

View raw version
when:
  - event: [push, manual]
    branch: master

matrix:
  platform:
    - linux/amd64

labels:
  platform: ${platform}

steps:
  - name: build
    image: git.tcp80.org/grobe0ba/alpine:ci
    pull: true
    commands:
      - apk upgrade -aU
      - apk add alpine-sdk
      - make