From 2c764279a8c3210c7e0b25942f464246e24a023c Mon Sep 17 00:00:00 2001 From: rusefillc <48498823+rusefillc@users.noreply.github.com> Date: Tue, 4 Jul 2023 11:20:02 -0400 Subject: [PATCH] Let's admit it's time to move to gradle #3014 (#5004) * Let's admit it it's time to move to gradle #3014 * remove argument (#5082) --------- Co-authored-by: rusefillc Co-authored-by: David Holdeman --- .github/workflows/hardware-ci.yaml | 5 +--- java_console/build.xml | 42 ------------------------------ 2 files changed, 1 insertion(+), 46 deletions(-) diff --git a/.github/workflows/hardware-ci.yaml b/.github/workflows/hardware-ci.yaml index f0091cf661..3055ffda45 100644 --- a/.github/workflows/hardware-ci.yaml +++ b/.github/workflows/hardware-ci.yaml @@ -12,7 +12,6 @@ jobs: include: - build-target: f407-discovery - script: hardware_ci_f4_discovery runs-on: hw-ci-f4-discovery test-suite: com.rusefi.HwCiF4Discovery folder: config/boards/f407-discovery @@ -20,7 +19,6 @@ jobs: serial-device: /dev/serial/by-id/usb-rusEFI_LLC_rusEFI_Engine_Management_ECU_2B003B000A51343033393930-if01 - build-target: proteus_f4 - script: hardware_ci_proteus runs-on: hw-ci-proteus test-suite: com.rusefi.HwCiF4Proteus folder: config/boards/proteus @@ -80,6 +78,5 @@ jobs: # This both compiles and runs HW CI tests - name: Run Hardware CI - working-directory: ./java_console - run: ant ${{matrix.script}} + run: java -cp java_console/autotest/build/libs/autotest-all.jar ${{matrix.test-suite}} diff --git a/java_console/build.xml b/java_console/build.xml index a4c5b21eab..5ff788fd4d 100644 --- a/java_console/build.xml +++ b/java_console/build.xml @@ -184,48 +184,6 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -