Skip to content

Commit

Permalink
Add Makefile with common tasks
Browse files Browse the repository at this point in the history
  • Loading branch information
Irio committed Aug 13, 2017
1 parent fa5dbbf commit 4618d55
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 1 deletion.
1 change: 1 addition & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ RUN apk add --no-cache \
gcc \
libxml2-dev \
libxslt-dev \
make \
musl-dev \
&& mkdir /usr/include/libxml \
&& ln -s /usr/include/libxml2/libxml/xmlexports.h /usr/include/libxml/xmlexports.h \
Expand Down
6 changes: 6 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
default: test

setup:

test:
python -m unittest discover
1 change: 0 additions & 1 deletion serenata_toolbox/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +0,0 @@

0 comments on commit 4618d55

Please sign in to comment.