Ver código fonte

More debugging

MeFisto94 8 anos atrás
pai
commit
14bfe1a649

+ 1 - 1
jme3-bullet-native/src/native/cpp/com_jme3_bullet_collision_PhysicsCollisionEvent.cpp

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

+ 3 - 0
private/upload_native.sh

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