copy YML from master in the hope of restarting CI
This commit is contained in:
parent
5618b52c24
commit
0090e3e279
@ -1,12 +1,10 @@
|
|||||||
language: java
|
language: java
|
||||||
sudo: false
|
sudo: true
|
||||||
dist: precise
|
|
||||||
|
|
||||||
branches:
|
branches:
|
||||||
only:
|
only:
|
||||||
- master
|
- master
|
||||||
- v3.1
|
- v3.2
|
||||||
- /^v3.2..*$/
|
|
||||||
|
|
||||||
matrix:
|
matrix:
|
||||||
include:
|
include:
|
||||||
@ -15,7 +13,9 @@ matrix:
|
|||||||
env: UPLOAD=true UPLOAD_NATIVE=true
|
env: UPLOAD=true UPLOAD_NATIVE=true
|
||||||
- os: linux
|
- os: linux
|
||||||
jdk: openjdk7
|
jdk: openjdk7
|
||||||
|
dist: precise
|
||||||
- os: osx
|
- os: osx
|
||||||
|
osx_image: xcode9.3
|
||||||
env: UPLOAD_NATIVE=true
|
env: UPLOAD_NATIVE=true
|
||||||
|
|
||||||
addons:
|
addons:
|
||||||
|
@ -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"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user