config: upgrade to latest Orekit commit

This commit is contained in:
Roman Ivanov 2016-12-09 08:33:22 -08:00 committed by Roman Ivanov
parent b61daf7f44
commit 40a7f33b26
1 changed files with 2 additions and 1 deletions

View File

@ -34,8 +34,9 @@ build:
-Dcheckstyle.ant.skip=true -Dcheckstyle.skip=true -Dxml.skip=true
&& CS_POM_VERSION=$(mvn -q -Dexec.executable='echo' -Dexec.args='${project.version}' --non-recursive org.codehaus.mojo:exec-maven-plugin:1.3.1:exec)
&& echo CS_version: ${CS_POM_VERSION}
&& git clone https://github.com/Hipparchus-Math/hipparchus.git && cd hipparchus && mvn clean install -DskipTests
&& git clone https://github.com/CS-SI/Orekit.git && cd Orekit
&& git checkout 5c7355161ae71aaeb94ad9a76a08bfb47a54b970
&& git checkout 82f2ac9fbaabb4a8e07e4d6643c0d23845cbab42
&& mvn compile checkstyle:check -Dorekit.checkstyle.version=${CS_POM_VERSION}
# NoErrorTest - XWiki (oraclejdk8)