upload_native: debugging on master branch
This commit is contained in:
parent
da8b53d0a2
commit
f38ddadc5b
10
.travis.yml
10
.travis.yml
@ -8,11 +8,11 @@ branches:
|
||||
|
||||
matrix:
|
||||
include:
|
||||
- os: linux
|
||||
jdk: oraclejdk8
|
||||
env: UPLOAD=true UPLOAD_NATIVE=true
|
||||
- os: linux
|
||||
jdk: openjdk7
|
||||
# - os: linux
|
||||
# jdk: oraclejdk8
|
||||
# env: UPLOAD=true UPLOAD_NATIVE=true
|
||||
# - os: linux
|
||||
# jdk: openjdk7
|
||||
- os: osx
|
||||
env: UPLOAD_NATIVE=true
|
||||
|
||||
|
@ -1,14 +1,16 @@
|
||||
#!/bin/bash
|
||||
set -euo pipefail
|
||||
NATIVE_CHANGES="$(git diff-tree --name-only "$TRAVIS_COMMIT" -- jme3-bullet-native/)"
|
||||
if [ "$NATIVE_CHANGES" != "" ]; then
|
||||
# NATIVE_CHANGES="$(git diff-tree --name-only "$TRAVIS_COMMIT" -- jme3-bullet-native/)"
|
||||
# if [ "$NATIVE_CHANGES" != "" ]; then
|
||||
git config --global user.email "travis-ci"
|
||||
git config --global user.name "travis-ci"
|
||||
openssl aes-256-cbc -K $encrypted_f0a0b284e2e8_key -iv $encrypted_f0a0b284e2e8_iv -in private/key.enc -out "$HOME/.ssh/id_rsa" -d
|
||||
chmod 600 "$HOME/.ssh/id_rsa"
|
||||
ls jme3-bullet-native/build/libs/bulletjme/shared/
|
||||
md5 -r jme3-bullet-native/libs/native/osx/x86/libbulletjme.dylib jme3-bullet-native/build/libs/bulletjme/shared/mac32/libbulletjme.dylib
|
||||
git checkout "$TRAVIS_BRANCH"
|
||||
git add -v -- jme3-bullet-native/libs/native/
|
||||
git commit -v -m "[ci skip] bullet: update $TRAVIS_OS_NAME natives"
|
||||
git pull -q --rebase
|
||||
git push git@github.com:jMonkeyEngine/jmonkeyengine.git
|
||||
fi
|
||||
# git push git@github.com:jMonkeyEngine/jmonkeyengine.git
|
||||
# fi
|
||||
|
Loading…
x
Reference in New Issue
Block a user