Merge pull request #9184 from msekletar/travis-followups

Travis CI follow ups
This commit is contained in:
Evgeny Vereshchagin
2018-06-04 20:53:20 +03:00
committed by GitHub
2 changed files with 1 additions and 3 deletions

View File

@@ -1,4 +1,3 @@
dnf-plugins-core
meson
ninja-build
ccache

View File

@@ -1,11 +1,10 @@
#!/bin/bash
# Check environment
[ -z "$DOCKER_REPOSITORY" ] && echo "ERROR: DOCKER_REPOSITORY must be set" && exit 1
[ -z "$TRAVIS_COMMIT" ] && echo "ERROR: TRAVIS_COMMIT must be set" && exit 1
# Build docker image
echo -e "\n\033[33;1mBuilding docker image: $DOCKER_REPOSITORY:$TRAVIS_COMMIT.\033[0m"
echo -e "\n\033[33;1mBuilding docker image: coverity-$TRAVIS_COMMIT.\033[0m"
docker build \
--build-arg DOCKER_USER=$USER \