Skip to content

Commit

Permalink
Add archive jobs
Browse files Browse the repository at this point in the history
  • Loading branch information
waliid committed Sep 10, 2024
1 parent 7a4d88a commit 3d1ca62
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,24 @@ jobs:
run: |
~/macos-ci-setup/run-vm-shell-command.sh sonoma-fake-pillarbox "cd ~/_repo && make test-tvos"
archive-demo-ios:
needs: [test-ios, test-tvos]
runs-on:
labels: [tart, macos]
steps:
- name: Archive the iOS demo
run: |
~/macos-ci-setup/run-vm-shell-command.sh sonoma-fake-pillarbox "cd ~/_repo && make archive-demo-ios"
archive-demo-tvos:
needs: [test-ios, test-tvos]
runs-on:
labels: [tart, macos]
steps:
- name: Archive the tvOS demo
run: |
~/macos-ci-setup/run-vm-shell-command.sh sonoma-fake-pillarbox "cd ~/_repo && make archive-demo-tvos"
clean:
runs-on:
labels: [tart, macos]
Expand Down

0 comments on commit 3d1ca62

Please sign in to comment.