Skip to content

Commit c4b0279

Browse files
committed
Add SPMSQLCipher workflow action
1 parent b26c42c commit c4b0279

File tree

1 file changed

+18
-1
lines changed

1 file changed

+18
-1
lines changed

.github/workflows/CI.yml

Lines changed: 18 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,6 +73,23 @@ jobs:
7373
- uses: actions/checkout@v4
7474
- name: ${{ matrix.name }}
7575
run: make test_SPM test_install_SPM
76+
SPMSQLCipher:
77+
name: SPM
78+
runs-on: ${{ matrix.runsOn }}
79+
env:
80+
DEVELOPER_DIR: "/Applications/${{ matrix.xcode }}/Contents/Developer"
81+
timeout-minutes: 60
82+
strategy:
83+
fail-fast: false
84+
matrix:
85+
include:
86+
- xcode: "Xcode_16.1.app"
87+
runsOn: macOS-14
88+
name: "Xcode 16.1"
89+
steps:
90+
- uses: actions/checkout@v4
91+
- name: ${{ matrix.name }}
92+
run: GRDBCIPHER="https://github.com/skiptools/swift-sqlcipher.git#1.2.1" swift test
7693
SQLCipher3:
7794
name: SQLCipher3
7895
runs-on: ${{ matrix.runsOn }}
@@ -141,4 +158,4 @@ jobs:
141158
- uses: actions/checkout@v4
142159
- name: ${{ matrix.name }}
143160
run: make test_universal_xcframework
144-
161+

0 commit comments

Comments
 (0)