More debugging

native-compilation-test
MeFisto94 8 years ago
parent 9375afa6b5
commit 14bfe1a649
  1. 2
      jme3-bullet-native/src/native/cpp/com_jme3_bullet_collision_PhysicsCollisionEvent.cpp
  2. 3
      private/upload_native.sh

@ -34,7 +34,7 @@
#include "BulletCollision/NarrowPhaseCollision/btManifoldPoint.h" #include "BulletCollision/NarrowPhaseCollision/btManifoldPoint.h"
#include "com_jme3_bullet_collision_PhysicsCollisionEvent.h" #include "com_jme3_bullet_collision_PhysicsCollisionEvent.h"
// Change to trigger build.. // Change to trigger build...
/* /*
* Class: com_jme3_bullet_collision_PhysicsCollisionEvent * Class: com_jme3_bullet_collision_PhysicsCollisionEvent

@ -1,7 +1,10 @@
#!/bin/bash #!/bin/bash
set -euo pipefail set -euo pipefail
echo " - Checking if natives changed in commit $TRAVIS_COMMIT.." echo " - Checking if natives changed in commit $TRAVIS_COMMIT.."
git status -v
NATIVE_CHANGES="$(git diff-tree --name-only "$TRAVIS_COMMIT" -- jme3-bullet-native/)" NATIVE_CHANGES="$(git diff-tree --name-only "$TRAVIS_COMMIT" -- jme3-bullet-native/)"
git status -v
git log -n 2
if [ "$NATIVE_CHANGES" != "" ]; then if [ "$NATIVE_CHANGES" != "" ]; then
echo " - Configuring GIT user" echo " - Configuring GIT user"
git config --global user.email "travis-ci" git config --global user.email "travis-ci"

Loading…
Cancel
Save