Skip to content

Commit

Permalink
Update CI script for Eclipse build
Browse files Browse the repository at this point in the history
  • Loading branch information
Sipkab committed Jul 21, 2022
1 parent 3aa5519 commit b4ce977
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,12 +51,12 @@ steps:
path: 'lib/saker.build.ide.eclipse/'
- script: |
set -e
curl http://ftp.halifax.rwth-aachen.de/eclipse//technology/epp/downloads/release/2020-03/R/eclipse-rcp-2020-03-R-linux-gtk-x86_64.tar.gz -o eclipse.tar.gz
curl https://archive.eclipse.org/technology/epp/downloads/release/2020-03/R/eclipse-rcp-2020-03-R-linux-gtk-x86_64.tar.gz -o eclipse.tar.gz
tar -xzf "eclipse.tar.gz"
displayName: 'Download Eclipse'
- script: |
set -e
eclipse/eclipse -nosplash -application org.eclipse.ant.core.antRunner -data .. -verbose -buildfile build.xml -DbuildTempFolder=build/temp -DbuildDirectory=build -Dbuild.result.folder=build/res -Dplugin.destination=build/plugin -DbuildVersionNumber=$BUILD_VERSION_NUMBER build.update.jar
eclipse/eclipse -vm $(JAVA_HOME_8_X64)/bin -nosplash -application org.eclipse.ant.core.antRunner -data .. -verbose -buildfile build.xml -DbuildTempFolder=build/temp -DbuildDirectory=build -Dbuild.result.folder=build/res -Dplugin.destination=build/plugin -DbuildVersionNumber=$BUILD_VERSION_NUMBER build.update.jar
displayName: 'Build update JAR'

- script: |
Expand Down

0 comments on commit b4ce977

Please sign in to comment.