Skip to content

Commit

Permalink
fix docker targets
Browse files Browse the repository at this point in the history
  • Loading branch information
lperron committed Jul 31, 2017
1 parent 739fa47 commit 12b5ac1
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
10 changes: 5 additions & 5 deletions tools/build_delivery_mac.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
2 changes: 1 addition & 1 deletion tools/docker/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 12b5ac1

Please sign in to comment.