Skip to content

Commit

Permalink
Script to build locally on Windows
Browse files Browse the repository at this point in the history
  • Loading branch information
phax committed Apr 13, 2021
1 parent bae5e49 commit de59596
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
*.html
target
/.project
target/
.project
4 changes: 4 additions & 0 deletions build-locally.cmd
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
@echo off
docker run --pull --rm -i -v %CD%/docs:/documents -v %CD%/target/site:/target difi/asciidoctor
docker run --pull --rm -i -v %CD%/target:/src -w /src/site kramos/alpine-zip -r /src/ticc-as4-master.zip .
::docker run --rm -i -v %CD%:/src alpine:3.8 chown -R $(id -g $USER).$(id -g $USER) /src/target

0 comments on commit de59596

Please sign in to comment.