Projekt

Obecné

Profil

« Předchozí | Další » 

Revize 7ae63e8e

Přidáno uživatelem Ondřej Fibich před téměř 7 roky(ů)

Test install on all supported debians and do less verbose log suring installation

Zobrazit rozdíly:

.travis.yml
# Squeeze
- /bin/sh ./debianization.sh 0.1.0 squeeze
- lintian deb_packages/freenetis-monitoring_0.1.0+squeeze.deb
- docker run -v $TRAVIS_BUILD_DIR:/freenetis debian:squeeze /bin/sh /freenetis/test/install.sh /freenetis/deb/deb_packages/freenetis-monitoring_0.1.0+squeeze.deb
# Wheezy
- /bin/sh ./debianization.sh 0.1.0 wheezy
- lintian deb_packages/freenetis-monitoring_0.1.0+wheezy.deb
- docker run -v $TRAVIS_BUILD_DIR:/freenetis debian:wheezy /bin/sh /freenetis/test/install.sh /freenetis/deb/deb_packages/freenetis-monitoring_0.1.0+wheezy.deb
# Stretch
- /bin/sh ./debianization.sh 0.1.0 stretch
- lintian deb_packages/freenetis-monitoring_0.1.0+stretch.deb
test/install.sh
echo "Install deb package"
apt-get update -q
apt install -y "$DEB"
apt install -q -y "$DEB"
echo "Daemon test"
$UNIT version

Také k dispozici: Unified diff