Add .travis.yml
This commit is contained in:
parent
358c943c45
commit
236e5546c8
29
.travis.yml
Normal file
29
.travis.yml
Normal file
@ -0,0 +1,29 @@
|
|||||||
|
language: generic
|
||||||
|
|
||||||
|
os:
|
||||||
|
- linux
|
||||||
|
|
||||||
|
dist:
|
||||||
|
- bionic
|
||||||
|
|
||||||
|
addons:
|
||||||
|
apt:
|
||||||
|
packages:
|
||||||
|
- qemu
|
||||||
|
snaps:
|
||||||
|
- name: go
|
||||||
|
confinement: classic
|
||||||
|
|
||||||
|
services:
|
||||||
|
- docker
|
||||||
|
|
||||||
|
env:
|
||||||
|
- GO111MODULE=on
|
||||||
|
|
||||||
|
before_script:
|
||||||
|
- go get -u code.dumpstack.io/tools/out-of-tree
|
||||||
|
- sudo ln -s $HOME/.out-of-tree /root/
|
||||||
|
- out-of-tree bootstrap
|
||||||
|
|
||||||
|
script:
|
||||||
|
- sudo $(which out-of-tree) pack --autogen
|
Loading…
Reference in New Issue
Block a user