From 469ef2554980b365b357321dbba258fdadce7263 Mon Sep 17 00:00:00 2001 From: Kenneth Lausdahl Date: Thu, 15 Aug 2024 10:34:08 +0200 Subject: [PATCH 1/3] build and upload test fmus --- .github/workflows/maven.yml | 15 ++++++++++++++- 1 file changed, 14 insertions(+), 1 deletion(-) diff --git a/.github/workflows/maven.yml b/.github/workflows/maven.yml index adfe659..77af638 100644 --- a/.github/workflows/maven.yml +++ b/.github/workflows/maven.yml @@ -154,6 +154,13 @@ jobs: with: name: lib path: jnifmuapi/target/classes/lib + + - name: Download all workflow run test artifacts + uses: actions/download-artifact@v2 + with: + name: lib-test-fmus + path: jnifmuapi/target/fmus + - name: Set up Java x64 if: matrix.platform == 'x64' uses: actions/setup-java@v1 @@ -208,5 +215,11 @@ jobs: fmi2/target/fmi2-*-SNAPSHOT.jar retention-days: 5 - + - name: upload test fmus + uses: actions/upload-artifact@v2 + with: + name: test-fmus + path: | + jnifmuapi/target/fmus/**/*.fmu + retention-days: 5 From febd4c27508d3d22b3de9c779d03dc821e414512 Mon Sep 17 00:00:00 2001 From: Kenneth Lausdahl Date: Thu, 15 Aug 2024 10:40:42 +0200 Subject: [PATCH 2/3] adding native build --- .github/workflows/maven.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/maven.yml b/.github/workflows/maven.yml index 77af638..b12c3f6 100644 --- a/.github/workflows/maven.yml +++ b/.github/workflows/maven.yml @@ -189,7 +189,7 @@ jobs: run: mvn validate dependency:resolve-plugins -B --quiet - name: Maven Build Final - run: mvn -B package --file pom.xml -Dmaven.test.skip=true + run: mvn -B package --file pom.xml -Dmaven.test.skip=true -Pmake # - name: Maven Deploy # if: github.event_name == 'push' && (github.ref != 'refs/heads/development' && github.ref != 'refs/heads/master' ) From 4246516891ddb62d13f6e83685393c53943f5fcf Mon Sep 17 00:00:00 2001 From: Kenneth Lausdahl Date: Thu, 15 Aug 2024 10:43:44 +0200 Subject: [PATCH 3/3] updated commons-compress to 1.3 --- jnifmuapi/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/jnifmuapi/pom.xml b/jnifmuapi/pom.xml index 97bf68e..ae09414 100644 --- a/jnifmuapi/pom.xml +++ b/jnifmuapi/pom.xml @@ -96,7 +96,7 @@ org.apache.commons commons-compress - 1.21 + 1.3