File: .drone.yml

package info (click to toggle)
acmetool 0.2.2-3
  • links: PTS, VCS
  • area: main
  • in suites: sid, trixie
  • size: 792 kB
  • sloc: sh: 349; makefile: 105
file content (15 lines) | stat: -rw-r--r-- 383 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
pipeline:
  #doc:
  #  image: asciidoctor/docker-asciidoctor
  #  secrets: [ rsync_password ]
  #  commands:
  #    - apk add --no-cache libxslt docbook-xsl rsync
  #    - "(cd _doc/guide && make && make deploy; )"

  test:
    image: golang:latest
    commands:
      - export GOPATH=/drone
      - export CGO_ENABLED=0
      - export PEBBLE_VA_ALWAYS_VALID=1
      - .drone/script