Skip to content

Commit

Permalink
Added makefile to build zip file for moodle.org
Browse files Browse the repository at this point in the history
  • Loading branch information
sdiemer committed Sep 24, 2019
1 parent db13a82 commit 75eff80
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .gitattributes
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
.git* export-ignore
Makefile export-ignore
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
.DS_Store
*.zip
5 changes: 5 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
# Makefile.

zip:
# Build zip file for moodle.org with last commit.
git archive HEAD --prefix="ubicast/" --format=zip -o "mod_ubicast.zip"

0 comments on commit 75eff80

Please sign in to comment.