Skip to content

Commit 972875f

Browse files
Compile for Android (#34)
* Compile for Android * Compile for Android * Add CI --------- Co-authored-by: Stephen Celis <[email protected]>
1 parent 66dc5e9 commit 972875f

File tree

3 files changed

+34
-3
lines changed

3 files changed

+34
-3
lines changed

.github/workflows/ci.yml

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -68,3 +68,16 @@ jobs:
6868
# - uses: actions/checkout@v4
6969
# - name: Run tests
7070
# run: swift test
71+
72+
android:
73+
strategy:
74+
matrix:
75+
swift:
76+
- "6.0.2"
77+
name: Android
78+
runs-on: ubuntu-latest
79+
steps:
80+
- uses: actions/checkout@v4
81+
- uses: skiptools/swift-android-action@v2
82+
with:
83+
swift-version: ${{ matrix.swift }}

Package.resolved

Lines changed: 20 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Package.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ let package = Package(
1717
)
1818
],
1919
dependencies: [
20-
.package(url: "https://github.com/pointfreeco/swift-snapshot-testing", from: "1.17.4"),
20+
.package(url: "https://github.com/pointfreeco/swift-snapshot-testing", from: "1.18.0"),
2121
.package(url: "https://github.com/swiftlang/swift-syntax", "509.0.0"..<"602.0.0"),
2222
],
2323
targets: [

0 commit comments

Comments
 (0)