File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 2020 workflow_dispatch :
2121
2222 schedule :
23- - cron : ' 0 0 * * * ' # once a day @ 12:00am UTC (8:00am Singapore time)
23+ - cron : ' 0 21 * * 5 ' # Runs at 5 AM Singapore time (21:00 UTC) every Saturday
2424
2525env :
2626 SCHEME : " PipelineNeo-CI"
5252 - name : Build
5353 run : xcodebuild build -workspace ".swiftpm/xcode/package.xcworkspace" -scheme "$SCHEME" -destination "generic/platform=macOS,name=Any Mac" | xcbeautify && exit ${PIPESTATUS[0]}
5454 - name : Unit Tests
55- run : xcodebuild test -workspace ".swiftpm/xcode/package.xcworkspace" -scheme "$SCHEME" -destination "platform=macOS" | xcbeautify && exit ${PIPESTATUS[0]}
55+ run : xcodebuild test -workspace ".swiftpm/xcode/package.xcworkspace" -scheme "$SCHEME" -destination "platform=macOS" | xcbeautify && exit ${PIPESTATUS[0]}
You can’t perform that action at this time.
0 commit comments