aboutsummaryrefslogtreecommitdiff
path: root/.woodpecker/.alpine.yaml
blob: ff0a78936ed15205a04796126aae6263463a3f10 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
skip_clone: false

steps:
  build:
    when:
      branch: [master]
      event: [push, manual]
    image: alpine
    commands:
      - apk add --no-cache build-base gcc
      - make
    artifacts:
      paths:
        - ./box