File: .travis.yml

package info (click to toggle)
golang-github-containerd-btrfs 0.0~git20201111.404b914-1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 136 kB
  • sloc: ansic: 26; makefile: 16
file content (24 lines) | stat: -rw-r--r-- 565 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
dist: bionic
language: go

go:
  - "1.13.x"
  - "1.15.x"

before_install:
    - sudo apt-get update
    - sudo apt-get install -y btrfs-tools linux-headers-generic
    - dpkg -L btrfs-tools
    - ls /usr/include/btrfs

install:
    - GO111MODULE="on" go mod vendor
    - go get -u github.com/vbatts/git-validation
    - go get -u github.com/kunalkushwaha/ltag

before_script:
    - pushd ..; git clone https://github.com/containerd/project; popd

script:
    - DCO_VERBOSITY=-q ../project/script/validate/dco
    - ../project/script/validate/fileheader ../project/