Skip to content

Commit

Permalink
Backup Manifest.toml via "make prepare"
Browse files Browse the repository at this point in the history
  • Loading branch information
tkf committed Aug 12, 2018
1 parent 28e257e commit 5f73447
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
/Manifest.toml
/docs/build
/docs/site
/tmp

# Generated by GR when GKS_WSTYPE=png:
gks.png
2 changes: 2 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,8 @@ help:
@cat misc/make-help.md

Manifest.toml: ci/before_script.jl
mkdir -pv tmp/Manifest
-cp -v Manifest.toml tmp/Manifest/backup.$$(date +%Y-%m-%d-%H%M%S).toml
$(RUN_JULIA) $<

prepare:
Expand Down

0 comments on commit 5f73447

Please sign in to comment.