+ travis-ci

+ warming up the Continues Integration
This commit is contained in:
Romain Claret
2016-03-11 09:24:15 +01:00
parent cd008979f3
commit 64a7ef96ac
5 changed files with 13 additions and 0 deletions

3
.gitmodules vendored Normal file
View File

@ -0,0 +1,3 @@
[submodule "ci"]
path = ci
url = https://github.com/lehmannro/assert.sh

2
.travis.yml Normal file
View File

@ -0,0 +1,2 @@
language: bash
script: make ci

6
Makefile Normal file
View File

@ -0,0 +1,6 @@
# This makefile is only used for the Continues Integration
.PHONY: all test clean
ci:
ci/test.sh

View File

@ -1,4 +1,5 @@
# Linux from Scratch 7.8
[![Build Status](https://travis-ci.org/Rocla/lfs-7.8.svg?branch=master)](https://travis-ci.org/Rocla/lfs-7.8)
This Shell scripts have for purpose to let you to speed up the process to build a LFS system.

1
ci Submodule

Submodule ci added at fe359e3416