appveyor: fix syntax error

native-compilation-test
Kirill Vainer 8 years ago
parent d93dc0b175
commit 73e102ea04
  1. 15
      appveyor.yml
  2. 1
      jme3-bullet-native/build.gradle

@ -45,8 +45,13 @@ test: off
deploy: off deploy: off
on_success: on_success:
- cmd: git checkout -q %APPVEYOR_REPO_BRANCH% - cmd: >-
- cmd: git add -- jme3-bullet-native/libs/native/windows/ git checkout -q %APPVEYOR_REPO_BRANCH%
- cmd: git commit -m "[ci skip] bullet: update windows natives"
- cmd: git pull -q --rebase git add -- jme3-bullet-native/libs/native/windows/
- cmd: git push git@github.com:jMonkeyEngine/jmonkeyengine.git
git commit -m "[ci skip] bullet: update windows natives"
git pull -q --rebase
git push git@github.com:jMonkeyEngine/jmonkeyengine.git

@ -191,6 +191,7 @@ unzipBullet.dependsOn {
} }
task unzipBulletIfNeeded { task unzipBulletIfNeeded {
} }
unzipBulletIfNeeded.dependsOn { unzipBulletIfNeeded.dependsOn {

Loading…
Cancel
Save