Răsfoiți Sursa

appveyor: fix syntax error

Kirill Vainer 8 ani în urmă
părinte
comite
73e102ea04
2 a modificat fișierele cu 11 adăugiri și 5 ștergeri
  1. 10 5
      appveyor.yml
  2. 1 0
      jme3-bullet-native/build.gradle

+ 10 - 5
appveyor.yml

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

+ 1 - 0
jme3-bullet-native/build.gradle

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