Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 6 additions & 6 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ jobs:
destination: "OS=18.5,name=Apple TV"
name: "tvOS"
steps:
- uses: actions/checkout@v5
- uses: actions/checkout@v6
- name: ${{ matrix.name }}
run: set -o pipefail && env NSUnbufferedIO=YES xcodebuild -project GRDB.xcodeproj -scheme GRDB -destination "${{ matrix.destination }}" OTHER_SWIFT_FLAGS='$(inherited) -D SQLITE_ENABLE_FTS5 -D SQLITE_ENABLE_PREUPDATE_HOOK' GCC_PREPROCESSOR_DEFINITIONS='$(inherited) GRDB_SQLITE_ENABLE_PREUPDATE_HOOK=1' clean test
SPM:
Expand All @@ -70,7 +70,7 @@ jobs:
runsOn: macOS-15
name: "Xcode 16.4"
steps:
- uses: actions/checkout@v5
- uses: actions/checkout@v6
- name: ${{ matrix.name }}
run: make test_SPM test_install_SPM
SQLCipher3:
Expand All @@ -87,7 +87,7 @@ jobs:
runsOn: macOS-15
name: "Xcode 16.4"
steps:
- uses: actions/checkout@v5
- uses: actions/checkout@v6
- name: ${{ matrix.name }}
run: make test_framework_SQLCipher3Encrypted
SQLCipher4:
Expand All @@ -104,7 +104,7 @@ jobs:
runsOn: macOS-15
name: "Xcode 16.4"
steps:
- uses: actions/checkout@v5
- uses: actions/checkout@v6
- name: ${{ matrix.name }}
run: make test_framework_SQLCipher4Encrypted
CustomSQLite:
Expand All @@ -121,7 +121,7 @@ jobs:
runsOn: macOS-15
name: "Xcode 16.4"
steps:
- uses: actions/checkout@v5
- uses: actions/checkout@v6
- name: ${{ matrix.name }}
run: make test_framework_GRDBCustomSQLiteOSX
XCFramework:
Expand All @@ -138,7 +138,7 @@ jobs:
runsOn: macOS-15
name: "Xcode 16.4"
steps:
- uses: actions/checkout@v5
- uses: actions/checkout@v6
- name: ${{ matrix.name }}
run: make test_universal_xcframework

Loading