appveyor: fix syntax error
This commit is contained in:
parent
d8e15da671
commit
d93dc0b175
11
appveyor.yml
11
appveyor.yml
@ -45,9 +45,8 @@ test: off
|
|||||||
deploy: off
|
deploy: off
|
||||||
|
|
||||||
on_success:
|
on_success:
|
||||||
- cmd: >-
|
- cmd: git checkout -q %APPVEYOR_REPO_BRANCH%
|
||||||
git checkout -q %APPVEYOR_REPO_BRANCH%
|
- cmd: git add -- jme3-bullet-native/libs/native/windows/
|
||||||
git add -- jme3-bullet-native/libs/native/windows/
|
- cmd: git commit -m "[ci skip] bullet: update windows natives"
|
||||||
git commit -m "[ci skip] bullet: update windows natives"
|
- cmd: git pull -q --rebase
|
||||||
git pull -q --rebase
|
- cmd: git push git@github.com:jMonkeyEngine/jmonkeyengine.git
|
||||||
git push git@github.com:jMonkeyEngine/jmonkeyengine.git
|
|
||||||
|
@ -190,7 +190,6 @@ unzipBullet.dependsOn {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
task unzipBulletIfNeeded {
|
task unzipBulletIfNeeded {
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user