Skip to content

Commit

Permalink
start migration to gradle build
Browse files Browse the repository at this point in the history
  • Loading branch information
Michail Plushnikov committed Jan 23, 2016
1 parent ef5fbc0 commit f107cd2
Show file tree
Hide file tree
Showing 648 changed files with 496 additions and 390 deletions.
2 changes: 1 addition & 1 deletion .idea/.name

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

47 changes: 0 additions & 47 deletions .idea/codeStyleSettings.xml

This file was deleted.

44 changes: 10 additions & 34 deletions .idea/compiler.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

7 changes: 1 addition & 6 deletions .idea/encodings.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

76 changes: 26 additions & 50 deletions .idea/misc.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

7 changes: 2 additions & 5 deletions .idea/modules.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 0 additions & 5 deletions .idea/scopes/scope_settings.xml

This file was deleted.

3 changes: 1 addition & 2 deletions .idea/uiDesigner.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 2 additions & 3 deletions .idea/vcs.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

26 changes: 17 additions & 9 deletions .travis.yml
Expand Up @@ -2,12 +2,20 @@ language: java
sudo: false
jdk:
- oraclejdk8
cache:
directories:
- $HOME/.m2
- $HOME/Tools

install:
- mvn install
- ant -f build-init.xml
- ant -f build-test.xml -DIDEA_HOME=./idea-IC

env:
- IDEA_VERSION=IC-15.0.2
- IDEA_VERSION=IU-15.0.2

script:
- ./gradlew --console plain check

//cache:
// directories:
// - $HOME/.m2
// - $HOME/Tools

//install:
// - mvn install
// - ant -f build-init.xml
// - ant -f build-test.xml -DIDEA_HOME=./idea-IC

0 comments on commit f107cd2

Please sign in to comment.