Skip to content

Commit bc8557c

Browse files
Add ci job to check Xcode compatibility
1 parent 170ff51 commit bc8557c

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

.github/workflows/test.yml

+9
Original file line numberDiff line numberDiff line change
@@ -26,3 +26,12 @@ jobs:
2626
SWIFT_VERSION=${{ matrix.toolchain }} make bootstrap
2727
echo ${{ matrix.toolchain }} > .swift-version
2828
make test
29+
native-build:
30+
# Check native build to make it easy to develop applications by Xcode
31+
name: Build for native target
32+
runs-on: macos-11
33+
steps:
34+
- uses: actions/checkout@v2
35+
- run: swift build
36+
env:
37+
DEVELOPER_DIR: /Applications/Xcode_13.2.1.app/Contents/Developer/

0 commit comments

Comments
 (0)