config: upgrade to latest Orekit commit
This commit is contained in:
parent
b61daf7f44
commit
40a7f33b26
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Reference in New Issue