Skip to content

Commit

Permalink
asd
Browse files Browse the repository at this point in the history
  • Loading branch information
OwnageIsMagic committed May 14, 2016
1 parent 8db60db commit 23486aa
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 5 deletions.
2 changes: 1 addition & 1 deletion circle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ machine:
## Customize checkout
checkout:
override:
- git clone https://github.com/OwnageIsMagic/Cataclysm-DDA.git jni
- mv ../Cataclysm-DDA/ ../jni
# post:
# - git submodule sync
# - git submodule update --init # use submodules
Expand Down
5 changes: 1 addition & 4 deletions sysDeps.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,4 @@ set -ev
#sudo apt-get install openjdk-7-jdk

# Get Android NDK
if [ `uname -m` = x86_64]; then wget http://dl.google.com/android/ndk/android-ndk-r10d-linux-x86_64.bin -O ndk.bin; else wget http://dl.google.com/android/ndk/android-ndk-r10d-linux-x86.bin -O ndk.bin; fi
chmod a+x ndk.bin
#- ./ndk.bin -y | grep -v Extracting
./ndk.bin 1> /dev/null 2>&1
if [[ ! -e android-ndk-root/ndk-build ]]; then wget dl.google.com/android/repository/android-ndk-r11c-linux-x86_64.zip -O ndk.zip && unzip ndk.zip && mv android-ndk-r11c android-ndk-root; fi

0 comments on commit 23486aa

Please sign in to comment.