mirror of
https://github.com/RomainClaret/lfs-7.8.git
synced 2025-07-23 00:24:29 +00:00
+ travis-ci
+ warming up the Continues Integration
This commit is contained in:
3
.gitmodules
vendored
Normal file
3
.gitmodules
vendored
Normal file
@ -0,0 +1,3 @@
|
||||
[submodule "ci"]
|
||||
path = ci
|
||||
url = https://github.com/lehmannro/assert.sh
|
2
.travis.yml
Normal file
2
.travis.yml
Normal file
@ -0,0 +1,2 @@
|
||||
language: bash
|
||||
script: make ci
|
6
Makefile
Normal file
6
Makefile
Normal file
@ -0,0 +1,6 @@
|
||||
# This makefile is only used for the Continues Integration
|
||||
|
||||
.PHONY: all test clean
|
||||
|
||||
ci:
|
||||
ci/test.sh
|
@ -1,4 +1,5 @@
|
||||
# Linux from Scratch 7.8
|
||||
[](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
1
ci
Submodule
Submodule ci added at fe359e3416
Reference in New Issue
Block a user