A complete 3D game development suite written purely in Java.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
jmonkeyengine/appveyor.yml

53 lines
1.3 KiB

8 years ago
version: 1.0.{build}.{branch}
branches:
only:
- master
only_commits:
files:
- jme3-bullet-native/
skip_tags: true
max_jobs: 1
clone_depth: 1
8 years ago
image: Visual Studio 2013
environment:
priv_key:
secure: g0Q/3gQcGBr74DyDiaTi48DSKEuNAympaHF0pjWeeQgKlPZEBUNPKbBM+okJn13/IvEo5YiQO19l/0G0B6J0oiEAm9h8x+I31jskKFUD5Og9xZkZB0m0aI7zoBReiZTqojIBw8zZo4xXCkOhFTrzxaeJtqdtcObPFGWk4uUdPlcne3e81NHj6TWax2tx+yqA0i6Jkz+Jd+XvbicskgthjCmcNz07XhS7F6niC8REbSU=
init:
- ps: >-
$fileContent = "-----BEGIN EC PRIVATE KEY-----`n"
8 years ago
$fileContent += $env:priv_key.Replace(' ', "`n")
8 years ago
$fileContent += "`n-----END EC PRIVATE KEY-----`n"
8 years ago
Set-Content c:\users\appveyor\.ssh\id_rsa $fileContent
install:
- cmd: del C:\Users\appveyor\.gradle\caches\modules-2\modules-2.lock
build_script:
- cmd: gradlew.bat --no-daemon -PbuildNativeProjects=true :jme3-bullet-native:assemble
8 years ago
cache:
- C:\Users\appveyor\.gradle\caches
- C:\Users\appveyor\.gradle\wrapper
- jme3-bullet-native\bullet3.zip
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 git@github.com:jMonkeyEngine/jmonkeyengine.git