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 "com_jme3_bullet_collision_PhysicsCollisionEvent.h"
// Change to trigger build..
// Change to trigger build...
/*
* Class: com_jme3_bullet_collision_PhysicsCollisionEvent

@ -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"

Loading…
Cancel
Save