projects
/
qmk_firmware.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d1e4f2e
)
Fix travis_compiled_push
author
Fred Sundvik
<fsundvik@gmail.com>
Sat, 27 Aug 2016 17:18:26 +0000
(20:18 +0300)
committer
Fred Sundvik
<fsundvik@gmail.com>
Sat, 27 Aug 2016 17:18:26 +0000
(20:18 +0300)
util/travis_compiled_push.sh
patch
|
blob
|
history
diff --git
a/util/travis_compiled_push.sh
b/util/travis_compiled_push.sh
index c2a994ef022c14baf4be08b4e9a72f9c0f6a8b17..f432976d038cccf26d5679ed1abb903dbfccc27f 100644
(file)
--- a/
util/travis_compiled_push.sh
+++ b/
util/travis_compiled_push.sh
@@
-7,7
+7,7
@@
rev=$(git rev-parse --short HEAD)
git config --global user.name "Travis CI"
git config --global user.email "jack.humb+travis.ci@gmail.com"
-make
all-keymaps keyboard=ergodox/
ez AUTOGEN=true
+make
ergodox-
ez AUTOGEN=true
find . -name ".build" | xargs rm -rf
cd ..
@@
-24,4
+24,4
@@
cp ../qmk_firmware/readme.md qmk_readme.md
git add -A
git commit -m "generated from qmk_firmware/$TRAVIS_BRANCH@${rev}"
-git push
\ No newline at end of file
+git push