Skip to content

Commit 048cbd9

Browse files
committed
Try to run durian-swt CI against durian-rx using included build.
1 parent 2188a9f commit 048cbd9

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

.github/workflows/deploy.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@ jobs:
3131
ORG_GRADLE_PROJECT_gpg_key64: ${{ secrets.GPG_KEY64 }}
3232
steps:
3333
- uses: actions/checkout@v4
34+
- run: git clone https://github.com/diffplug/durian-rx .../durian-rx
3435
- name: jdk 17
3536
uses: actions/setup-java@v4
3637
with:

settings.gradle

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,8 @@ blowdryerSetup {
3939

4040
rootProject.name = 'durian-swt-root'
4141

42+
includeBuild '../durian-rx'
43+
4244
include 'durian-swt'
4345
include 'durian-swt.os'
4446
include 'durian-swt.cocoa.macosx.aarch64'

0 commit comments

Comments
 (0)