Skip to content

Commit

Permalink
Add some other makefile endpoints for the packaging process.
Browse files Browse the repository at this point in the history
Just to more easily split up the build and verify process.
  • Loading branch information
GUI committed May 26, 2017
1 parent db3bcdf commit 25691cb
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions build/package/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -113,3 +113,19 @@ docker_all: docker_centos6 \
docker_ubuntu1604 \
docker_debian7 \
docker_debian8

docker_all_build: docker_centos6_build \
docker_centos7_build \
docker_ubuntu1204_build \
docker_ubuntu1404_build \
docker_ubuntu1604_build \
docker_debian7_build \
docker_debian8_build

docker_all_verify: docker_centos6_verify \
docker_centos7_verify \
docker_ubuntu1204_verify \
docker_ubuntu1404_verify \
docker_ubuntu1604_verify \
docker_debian7_verify \
docker_debian8_verify

0 comments on commit 25691cb

Please sign in to comment.