Skip to content

Commit d15700b

Browse files
committed
Switch to GitHub Actions
1 parent 2991bd0 commit d15700b

3 files changed

Lines changed: 21 additions & 58 deletions

File tree

.github/workflows/ci.yml

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
name: "NaiveDate CI"
2+
3+
on:
4+
push:
5+
branches:
6+
- main
7+
pull_request:
8+
branches:
9+
- '*'
10+
11+
jobs:
12+
macos-run-tests:
13+
name: Unit Tests (macOS, Xcode 13.2)
14+
runs-on: macOS-11
15+
env:
16+
DEVELOPER_DIR: /Applications/Xcode_13.2.app/Contents/Developer
17+
steps:
18+
- uses: actions/checkout@v2
19+
- name: Run Tests
20+
run: swift test

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
# Xcode
22
#
33
# gitignore contributors: remember to update Global/Xcode.gitignore, Objective-C.gitignore & Swift.gitignore
4+
.swiftpm/
45

56
## Build generated
67
build/

.travis.yml

Lines changed: 0 additions & 58 deletions
This file was deleted.

0 commit comments

Comments
 (0)