Skip to content

Commit

Permalink
add make targets
Browse files Browse the repository at this point in the history
  • Loading branch information
mmarchetti committed Oct 1, 2018
1 parent 517d910 commit da2e353
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ IMAGE=rstudio/rsconnect-jupyter-py
clean:
rm -rf build/ dist/ rsconnect.egg-info/

images: image2 image3.4 image3.5 image3.6 image3.7
images: image2 image3.4 image3.5 image3.6 image3.7

image%:
docker build \
Expand All @@ -35,6 +35,8 @@ launch:
notebook%:
make DOCKER_IMAGE=$(IMAGE)$* PY_VERSION=$* TARGET=run launch

tests: test2 test3.4 test3.5 test3.6 test3.7

test:
# TODO run in container
python -V
Expand Down

0 comments on commit da2e353

Please sign in to comment.