From f090e50d0d5d75c121b6170927b1e776160eb37d Mon Sep 17 00:00:00 2001 From: Reinier Zwitserloot Date: Thu, 12 Jan 2023 01:37:00 +0100 Subject: [tests] testing eclipse-full works on more platforms. only worked on linux-x86_64, now it should work on more os+arch combos --- buildScripts/setup.ant.xml | 22 +++++++++++++++++++++- buildScripts/tests.ant.xml | 6 ++++++ 2 files changed, 27 insertions(+), 1 deletion(-) (limited to 'buildScripts') diff --git a/buildScripts/setup.ant.xml b/buildScripts/setup.ant.xml index 87a3593a..0531a392 100644 --- a/buildScripts/setup.ant.xml +++ b/buildScripts/setup.ant.xml @@ -40,6 +40,26 @@ This buildfile is part of projectlombok.org. It sets up the build itself. + + + + + + + + + + + + + + + + + + + Full eclipse testing requires downloading a native SWT binding. This script knows how to download for OS = [mac, linux, or windows] and architecture = [aarch64 or x86-64]. You have something different, you unique snowflake you. Your OS: "${os.name}", Your arch: "${os.arch}". + @@ -312,7 +332,7 @@ This buildfile is part of projectlombok.org. It sets up the build itself. - + diff --git a/buildScripts/tests.ant.xml b/buildScripts/tests.ant.xml index f20f76ae..d34e1f82 100644 --- a/buildScripts/tests.ant.xml +++ b/buildScripts/tests.ant.xml @@ -222,9 +222,15 @@ This buildfile is part of projectlombok.org. It takes care of compiling and runn Running EclipseTests on eclipse-@{version} on JVM${ant.java.version} + + + + + + -- cgit