Skip to content

Commit fa106c4

Browse files
GitLab CI: validate package manifest
1 parent 86694f5 commit fa106c4

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

.gitlab-ci.yml

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
stages:
2+
- verify
3+
4+
verify_manifest:
5+
stage: verify
6+
tags: [mac, x64, xcode]
7+
before_script:
8+
- xcodebuild -version
9+
- swift -version
10+
script:
11+
# If the Package.swift file has an error, this command will print it
12+
- swift package describe

0 commit comments

Comments
 (0)