Skip to content

Commit f67df74

Browse files
committed
Run the Eclipse Formatter in TravisCI
1 parent d5e6cc9 commit f67df74

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

.travis.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,12 @@
11
language: ruby
22
rvm: 2.6.2
33
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
410
- tool/jt.rb install jvmci
511
- tool/jt.rb mx sforceimports
612
- tool/jt.rb build
@@ -10,3 +16,4 @@ script:
1016
cache:
1117
directories:
1218
- $HOME/.mx/cache
19+
- $HOME/eclipse-cache

0 commit comments

Comments
 (0)