]> git.ipfire.org Git - thirdparty/util-linux.git/commit
travis: move install script to .travis-functions.sh
authorRuediger Meier <ruediger.meier@ga-group.nl>
Mon, 16 Mar 2015 10:21:49 +0000 (11:21 +0100)
committerKarel Zak <kzak@redhat.com>
Wed, 29 Apr 2015 10:16:10 +0000 (12:16 +0200)
commitc72836b3be21de57afae84aafbbfef397d720ce8
tree31c27de9fab3611fb013fa7e4bcad0b7be8c667f
parent115788ea19265b33dc75298ff63c4162bb79d7fd
travis: move install script to .travis-functions.sh

Now this snippet can be re-used by non-travis systems. For example
on drone.io we can use this simple build script:
......
MAKE_CHECK="root"
source ./.travis-functions.sh
travis_install_script || exit
travis_before_script || exit
ret=0
travis_script || ret=$?
travis_after_script
exit $ret
......

Signed-off-by: Ruediger Meier <ruediger.meier@ga-group.nl>
.travis-functions.sh
.travis.yml