fix docker targets

This commit is contained in:
Laurent Perron
2017-07-31 12:06:19 -07:00
parent 739fa47e0f
commit 12b5ac178e
2 changed files with 6 additions and 6 deletions

View File

@@ -3,18 +3,18 @@
echo Cleaning or-tools
make clean
echo Builing all libraries
make all fz -j 5
make all fz -j 5 UNIX_PYTHON_VER=2.7
echo Running tests
make test
make test UNIX_PYTHON_VER=2.7
echo Creating standard artifacts.
make python_examples_archive archive fz_archive pypi_upload
make python_examples_archive archive fz_archive pypi_upload UNIX_PYTHON_VER=2.7
echo Rebuilding for python 3.5
make clean_python
make clean_python UNIX_PYTHON_VER=2.7
make python UNIX_PYTHON_VER=3.5 -j 5
make test_python UNIX_PYTHON_VER=3.5
make pypi_upload UNIX_PYTHON_VER=3.5
echo Rebuilding for python 3.6
make clean_python
make clean_python UNIX_PYTHON_VER=3.5
make python UNIX_PYTHON_VER=3.6 -j 5
make test_python UNIX_PYTHON_VER=3.6
make pypi_upload UNIX_PYTHON_VER=3.6

View File

@@ -50,7 +50,7 @@ test: \
ubuntu-16.04-test \
ubuntu-17.04-test
delivery: archive pypi pypy3
delivery: archives pypi pypi3
# Ubuntu 14.04 images