forked from microsoft/azure-tools-for-java
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.travis.yml
More file actions
14 lines (14 loc) · 665 Bytes
/
.travis.yml
File metadata and controls
14 lines (14 loc) · 665 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
language: java
sudo: false
jdk:
- oraclejdk8
before_install:
- chmod +x ./gradlew
script:
- mvn install -f Utils/azuretools-core/pom.xml -q
- mvn install -f Utils/azure-explorer-common/pom.xml -q
- mvn install -f Utils/hdinsight-node-common/pom.xml -q
- touch PluginsAndFeatures/AddLibrary/JDBCLibrary/JavaEE6/com.microsoft.sqljdbc4/sqljdbc42.jar
- mvn install -f PluginsAndFeatures/azure-toolkit-for-eclipse/pom.xml -q
- ./gradlew buildPlugin --project-dir PluginsAndFeatures/azure-toolkit-for-intellij -s -Pintellij_version=IU-2016.3 -Pdep_plugins=org.intellij.scala:2016.3.5
- ./gradlew buildPlugin --project-dir PluginsAndFeatures/azure-toolkit-for-intellij -s