Skip to content

Commit ac43cf1

Browse files
committed
Add lumokit_ci.yml
1 parent a2ed016 commit ac43cf1

1 file changed

Lines changed: 19 additions & 0 deletions

File tree

.github/workflows/lumokit_ci.yml

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
name: "LumoKit CI"
2+
3+
on:
4+
push:
5+
branches:
6+
- main
7+
pull_request:
8+
9+
jobs:
10+
build-and-test:
11+
runs-on: macos-15
12+
env:
13+
DEVELOPER_DIR: "/Applications/Xcode_16.1.app/Contents/Developer"
14+
steps:
15+
- uses: actions/checkout@v4
16+
- name: Build LumoKit
17+
run: swift build --product "LumoKit"
18+
- name: Test LumoKit
19+
run: swift test --filter "LumoKitTests"

0 commit comments

Comments
 (0)