We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d5e6cc9 commit f67df74Copy full SHA for f67df74
.travis.yml
@@ -1,6 +1,12 @@
1
language: ruby
2
rvm: 2.6.2
3
install:
4
+ - |
5
+ export ECLIPSE_EXE=$HOME/eclipse-cache/eclipse/eclipse
6
+ if [ ! -f "$ECLIPSE_EXE" ]; then
7
+ wget -O eclipse.tar.gz https://archive.eclipse.org/eclipse/downloads/drops4/R-4.5.2-201602121500/eclipse-SDK-4.5.2-linux-gtk-x86_64.tar.gz
8
+ tar -C $HOME/eclipse-cache -xzf eclipse.tar.gz
9
+ fi
10
- tool/jt.rb install jvmci
11
- tool/jt.rb mx sforceimports
12
- tool/jt.rb build
@@ -10,3 +16,4 @@ script:
16
cache:
17
directories:
18
- $HOME/.mx/cache
19
+ - $HOME/eclipse-cache
0 commit comments