File tree Expand file tree Collapse file tree 2 files changed +4
-9
lines changed Expand file tree Collapse file tree 2 files changed +4
-9
lines changed Original file line number Diff line number Diff line change 23
23
cd Examples && \
24
24
swift build --target SwiftCrossUI && \
25
25
swift build --target GtkBackend && \
26
+ swift build --target AppKitBackend && \
26
27
swift build --target CounterExample && \
27
28
swift build --target ControlsExample && \
28
29
swift build --target RandomNumberGeneratorExample && \
Original file line number Diff line number Diff line change 6
6
7
7
jobs :
8
8
update-docs :
9
- runs-on : ubuntu-latest
10
-
9
+ runs-on : macos-14
11
10
steps :
11
+ - name : Force Xcode 15.4
12
+ run : sudo xcode-select -switch /Applications/Xcode_15.4.app
12
13
- uses : actions/checkout@v3
13
- - name : Install Dependencies
14
- run : |
15
- sudo apt update && \
16
- sudo apt install -y libgtk-4-dev clang
17
14
- name : Swift Version
18
15
run : swift --version
19
16
- name : Compile Docs
20
17
run : |
21
18
set -eux
22
19
23
- cd /home/runner/work/swift-cross-ui/swift-cross-ui
24
-
25
20
git config user.email "stackotter@stackotter.dev"
26
21
git config user.name "stackotter"
27
22
28
23
git fetch
29
24
git worktree add --checkout gh-pages origin/gh-pages
30
25
31
26
export DOCC_JSON_PRETTYPRINT="YES"
32
-
33
27
export SWIFTPM_ENABLE_COMMAND_PLUGINS=1
34
28
swift package \
35
29
--allow-writing-to-directory gh-pages/docs \
You can’t perform that action at this time.
0 commit comments