Skip to content

Commit

Permalink
maybe it's quite easy?
Browse files Browse the repository at this point in the history
  • Loading branch information
ice1000 committed Apr 15, 2017
1 parent f74e8ea commit 945ea9e
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
3 changes: 1 addition & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,7 @@ script:
# cmake -DCMAKE_BUILD_TYPE= -G "CodeBlocks - MinGW Makefiles" jni
- "cmake jni"
- "cmake --build . --target all -- -j 8"
- "ls"
- "./gradlew check --info"
- "./gradlew check"

install:
- if [ "$CXX" = "g++" ]; then export CXX="g++-5"; fi
Expand Down
4 changes: 3 additions & 1 deletion appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,7 @@ environment:
JAVA_HOME: C:\Program Files\Java\jdk1.8.0

build_script:

- cmake jni
- cmake --build . --target all -- -j 8
- gradlew check

2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
group 'org.algo4j'
version '0.0.1-SNAPSHOT'
version '1.0'

apply plugin: 'java'
apply plugin: 'kotlin'
Expand Down

0 comments on commit 945ea9e

Please sign in to comment.