Added sample Travis CI configuration.
This commit is contained in:
parent
efbe1e6157
commit
6a82d18cfc
17
.travis.yml
Normal file
17
.travis.yml
Normal file
@ -0,0 +1,17 @@
|
|||||||
|
---
|
||||||
|
|
||||||
|
language: generic
|
||||||
|
dist: trusty
|
||||||
|
sudo: required
|
||||||
|
|
||||||
|
addons:
|
||||||
|
apt:
|
||||||
|
packages:
|
||||||
|
- wget
|
||||||
|
- bc
|
||||||
|
- build-essential
|
||||||
|
- gawk
|
||||||
|
- xorriso
|
||||||
|
|
||||||
|
script:
|
||||||
|
- minimal.sh
|
Loading…
x
Reference in New Issue
Block a user