Skip to content

Commit

Permalink
ci: workflow dispatch
Browse files Browse the repository at this point in the history
  • Loading branch information
wang-bin committed Apr 5, 2024
1 parent a36365b commit d8f79a6
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
name: Build
on:
push:
workflow_dispatch:
schedule:
- cron: '0 3 * * 5'

Expand All @@ -14,7 +15,7 @@ jobs:
with:
submodules: 'recursive'
- name: Setup Xcode
run: sudo xcode-select -s /Applications/Xcode_15.2.app
run: sudo xcode-select -s /Applications/Xcode_15.3.app
- run: pod update --verbose
- run: xcodebuild -workspace SPV.xcworkspace -configuration Release -scheme SPV CONFIGURATION_BUILD_DIR=$PWD/out
- name: Add plugins dependencies
Expand Down

0 comments on commit d8f79a6

Please sign in to comment.