|
|
@ -3,10 +3,13 @@ version: 1.0.{build}.{branch} |
|
|
|
branches: |
|
|
|
branches: |
|
|
|
only: |
|
|
|
only: |
|
|
|
- master |
|
|
|
- master |
|
|
|
|
|
|
|
- v3.2 |
|
|
|
|
|
|
|
|
|
|
|
only_commits: |
|
|
|
only_commits: |
|
|
|
files: |
|
|
|
files: |
|
|
|
- jme3-bullet-native/ |
|
|
|
- jme3-bullet-native/ |
|
|
|
|
|
|
|
- appveyor.yml |
|
|
|
|
|
|
|
- gradle.properties |
|
|
|
|
|
|
|
|
|
|
|
skip_tags: true |
|
|
|
skip_tags: true |
|
|
|
|
|
|
|
|
|
|
@ -34,13 +37,15 @@ build_script: |
|
|
|
cache: |
|
|
|
cache: |
|
|
|
- C:\Users\appveyor\.gradle\caches |
|
|
|
- C:\Users\appveyor\.gradle\caches |
|
|
|
- C:\Users\appveyor\.gradle\wrapper |
|
|
|
- C:\Users\appveyor\.gradle\wrapper |
|
|
|
- jme3-bullet-native\bullet3.zip |
|
|
|
- jme3-bullet-native\bullet3.zip -> gradle.properties |
|
|
|
|
|
|
|
|
|
|
|
test: off |
|
|
|
test: off |
|
|
|
deploy: off |
|
|
|
deploy: off |
|
|
|
|
|
|
|
|
|
|
|
on_success: |
|
|
|
on_success: |
|
|
|
- cmd: >- |
|
|
|
- cmd: >- |
|
|
|
|
|
|
|
if not defined encrypted_f0a0b284e2e8_key appveyor exit |
|
|
|
|
|
|
|
|
|
|
|
openssl aes-256-cbc -K %encrypted_f0a0b284e2e8_key% -iv %encrypted_f0a0b284e2e8_iv% -in private\key.enc -out c:\users\appveyor\.ssh\id_rsa -d |
|
|
|
openssl aes-256-cbc -K %encrypted_f0a0b284e2e8_key% -iv %encrypted_f0a0b284e2e8_iv% -in private\key.enc -out c:\users\appveyor\.ssh\id_rsa -d |
|
|
|
|
|
|
|
|
|
|
|
git config --global user.email "appveyor" |
|
|
|
git config --global user.email "appveyor" |
|
|
|