etc
/
lpe
1
0
Fork 0
lpe/.travis.yml

41 lines
633 B
YAML
Raw Permalink Normal View History

language: go
go:
- 1.x
2019-08-18 17:51:48 +00:00
os:
- linux
dist:
- bionic
addons:
apt:
packages:
- qemu
services:
- docker
env:
2019-08-18 20:57:01 +00:00
global:
- GO111MODULE=on
matrix:
- EXPLOIT=CVE-2017-16995
2019-08-19 04:01:05 +00:00
- EXPLOIT=CVE-2016-5195
2019-08-19 20:33:39 +00:00
- EXPLOIT=CVE-2017-1000112
2019-08-30 13:01:04 +00:00
- EXPLOIT=CVE-2017-7308
2020-06-14 23:39:22 +00:00
- EXPLOIT=CVE-2019-15666
2019-08-18 17:51:48 +00:00
before_script:
- go get -u code.dumpstack.io/tools/out-of-tree
- sudo ln -s $HOME/.out-of-tree /root/
2019-08-18 20:57:01 +00:00
- |
cd $TRAVIS_BUILD_DIR/$EXPLOIT
out-of-tree kernel autogen --max=8
2019-08-18 17:51:48 +00:00
script:
2019-08-18 18:14:07 +00:00
- |
2019-08-18 20:57:01 +00:00
cd $TRAVIS_BUILD_DIR/$EXPLOIT
sudo $(which out-of-tree) pew --verbose --runs=3 --timeout=20m --threshold=0.80