Skip to content

Commit 9da84c9

Browse files
author
jan
committed
Add the SDK to actions #1616
1 parent 9161782 commit 9da84c9

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/maven.yml

+4-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
with:
2626
java-version: '17'
2727
distribution: 'adopt'
28-
- name: Build with Maven
28+
- name: Build Sloeber with Maven
2929
run: mvn --no-transfer-progress verify -Pall,sloeber_release,NOSDK -Dtest=NightlyJenkins -DfailIfNoTests=false
3030

3131
- name: Archive production artifacts
@@ -53,3 +53,6 @@ jobs:
5353
with:
5454
name: macosx_arm
5555
path: io.sloeber.product/target/products/sloeber-ide-sloeber_release-macosx.cocoa.aarch64.zip
56+
- name: Build Sloeber SDK with Maven
57+
run: mvn clean verify -PSDK,win64,latest -DskipTests=true
58+

0 commit comments

Comments
 (0)