File tree Expand file tree Collapse file tree 4 files changed +11
-3
lines changed Expand file tree Collapse file tree 4 files changed +11
-3
lines changed Original file line number Diff line number Diff line change 31
31
swift build --target GreetingGeneratorExample && \
32
32
swift build --target NavigationExample && \
33
33
swift build --target SplitExample && \
34
+ swift build --target StressTestExample && \
35
+ swift build --target SpreadsheetExample && \
36
+ swift build --target NotesExample && \
34
37
swift build --target GtkExample
35
38
# - name: Test
36
39
# run: swift test
Original file line number Diff line number Diff line change 30
30
swift build --target GreetingGeneratorExample && \
31
31
swift build --target NavigationExample && \
32
32
swift build --target SplitExample && \
33
+ swift build --target StressTestExample && \
34
+ swift build --target SpreadsheetExample && \
35
+ swift build --target NotesExample && \
33
36
swift build --target GtkExample
34
37
# Calling `swift test` results in all targets getting built including targets such as WinUIBackend which
35
38
# aren't available on macOS.
Original file line number Diff line number Diff line change 41
41
with :
42
42
path : vcpkg_installed
43
43
key : vcpkg-${{ steps.triplet.outputs.lowercase }}-${{ hashFiles('vcpkg.json') }}
44
- - name : Build
44
+ - name : Build SwiftCrossUI
45
45
env :
46
46
PKG_CONFIG_PATH : ${{ github.workspace }}/vcpkg_installed/${{ steps.triplet.outputs.lowercase }}/lib/pkgconfig
47
47
# Only build the library target to work around apple/swift-package-manager#6644
48
48
run : swift build --target SwiftCrossUI -v
49
+ - name : Build WinUIBackend
50
+ run : swift build --target WinUIBackend
51
+ - name : Build GtkBackend
52
+ run : swift build --target GtkBackend
Original file line number Diff line number Diff line change 6
6
7
7
jobs :
8
8
update-docs :
9
-
10
9
runs-on : ubuntu-latest
11
10
12
11
steps :
13
12
- uses : actions/checkout@v3
14
- - uses : swift-actions/setup-swift@v1
15
13
- name : Install Dependencies
16
14
run : |
17
15
sudo apt update && \
You can’t perform that action at this time.
0 commit comments