mirror of
https://github.com/seigler/dash-docs
synced 2025-07-27 01:36:13 +00:00
Backend: Makefile Targets For 'deployment' and 'travis'
* Set build server to use `make deployment` * Create Makefile target for 'deployment' to update dependencies if necessary * Set Travis CI to run `make travis` * Create Makefile target for 'travis' to use additional automation logic
This commit is contained in:
parent
ca7b97134d
commit
6a42d7b861
4 changed files with 42 additions and 7 deletions
|
@ -49,7 +49,7 @@ lasttime=`stat -c %Y "$SITEDIR/_buildlock" | cut -d ' ' -f1`
|
|||
# Build website in a child process
|
||||
(
|
||||
cd $WORKDIR
|
||||
make valid && touch "$WORKDIR/_builddone" || touch "$WORKDIR/_buildfail"
|
||||
make deployment && touch "$WORKDIR/_builddone" || touch "$WORKDIR/_buildfail"
|
||||
)&
|
||||
|
||||
# Loop every 1 second to check status
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue