Skip to content
Snippets Groups Projects
Viktor Kovtun's avatar
vkovtun authored
# Conflicts:
#	openbis/sourceTest/java/ch/ethz/sis/openbis/systemtest/asapi/v3/GlobalSearchTest.java
#	openbis/sourceTest/java/ch/ethz/sis/openbis/systemtest/asapi/v3/SearchSampleTest.java
#	openbis_api/sourceTest/java/ch/ethz/sis/openbis/generic/sharedapi/v3/dictionary.txt
4fe15769
History

Building openBIS

Requirements

JDK8

Step By Step:

git clone https://sissource.ethz.ch/sispub/openbis.git
cd installation/
./gradlew clean
./gradlew build -x test

Where the build is found?

./installation/targets/gradle/distributions/openBIS-installation-standard-technologies-SNAPSHOT-rXXXXXXXXXX.tar.gz

Why we disable tests to make the build?

They slowdown the time to obtain a build plus some tests could have additional environment requirements.