Added sample Travis CI configuration.
This commit is contained in:
parent
4e70ecc942
commit
0fc72f3501
14
.travis.yml
Normal file
14
.travis.yml
Normal file
@ -0,0 +1,14 @@
|
|||||||
|
---
|
||||||
|
|
||||||
|
language: generic
|
||||||
|
dist: trusty
|
||||||
|
sudo: required
|
||||||
|
|
||||||
|
services:
|
||||||
|
- docker
|
||||||
|
|
||||||
|
script:
|
||||||
|
- sudo apt-get install wget make gawk gcc bc bison flex xorriso libelf-dev libssl-dev
|
||||||
|
- cd src
|
||||||
|
- ./build_minimal_linux_live.sh
|
||||||
|
- ./test_docker_image.sh
|
@ -1,4 +1,4 @@
|
|||||||
* [Overview](#overview)
|
* [Overview](#overview) [<img align="right" src="https://travis-ci.org/ivandavidov/minimal.svg?branch=master">](https://travis-ci.org/ivandavidov/minimal)
|
||||||
* [Current development state](#current-development-state)
|
* [Current development state](#current-development-state)
|
||||||
* [Future improvements](#future-improvements)
|
* [Future improvements](#future-improvements)
|
||||||
* [How to build](#how-to-build)
|
* [How to build](#how-to-build)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user