1
0
mirror of https://github.com/cc65/cc65.git synced 2024-12-27 15:29:46 +00:00

Test --allow-empty flag.

This commit is contained in:
Oliver Schmidt 2014-02-05 18:40:03 +01:00
parent 2276777817
commit a79a1469fe

View File

@ -30,6 +30,6 @@ gh-pages: html
rm -rf $(GH_PAGES)/test
mkdir $(GH_PAGES)/test
cp -R ../html/* $(GH_PAGES)/test
git --work-tree=$(GH_PAGES) --git-dir=$(GH_PAGES)/.git add -A
git --work-tree=$(GH_PAGES) --git-dir=$(GH_PAGES)/.git commit -m "Updated doc from commit $(TRAVIS_COMMIT)."
git --work-tree=$(GH_PAGES) --git-dir=$(GH_PAGES)/.git add -A .
git --work-tree=$(GH_PAGES) --git-dir=$(GH_PAGES)/.git commit --allow-empty -m "Updated doc from commit $(TRAVIS_COMMIT)."
git --work-tree=$(GH_PAGES) --git-dir=$(GH_PAGES)/.git push