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

39 lines
577 B
YAML
Raw Normal View History

2019-08-18 17:51:48 +00:00
language: generic
os:
- linux
dist:
- bionic
addons:
apt:
packages:
- qemu
snaps:
- name: go
confinement: classic
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-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 --max=8