|
|
@@ -138,20 +138,6 @@ jobs:
|
|
|
run: ([ -z $plist_secret ] ||
|
|
|
scripts/third_party/travis/retry.sh scripts/test_quickstart.sh Messaging false swift)
|
|
|
|
|
|
- pod-lib-lint-watchos:
|
|
|
- # Don't run on private repo unless it is a PR.
|
|
|
- if: (github.repository == 'Firebase/firebase-ios-sdk' && github.event_name == 'schedule') || github.event_name == 'pull_request'
|
|
|
- runs-on: macos-12
|
|
|
-
|
|
|
- steps:
|
|
|
- - uses: actions/checkout@v2
|
|
|
- - uses: ruby/setup-ruby@v1
|
|
|
- - name: Setup Bundler
|
|
|
- run: scripts/setup_bundler.sh
|
|
|
- - name: Build and test
|
|
|
- run: scripts/third_party/travis/retry.sh scripts/pod_lib_lint.rb FirebaseMessaging.podspec --skip-tests --platforms=watchos
|
|
|
-
|
|
|
-
|
|
|
messaging-cron-only:
|
|
|
# Don't run on private repo.
|
|
|
if: github.event_name == 'schedule' && github.repository == 'Firebase/firebase-ios-sdk'
|
|
|
@@ -171,24 +157,6 @@ jobs:
|
|
|
- name: PodLibLint Messaging Cron
|
|
|
run: scripts/third_party/travis/retry.sh scripts/pod_lib_lint.rb FirebaseMessaging.podspec --platforms=${{ matrix.target }}
|
|
|
|
|
|
- messaging-watchos-cron-only:
|
|
|
- # Don't run on private repo.
|
|
|
- if: github.event_name == 'schedule' && github.repository == 'Firebase/firebase-ios-sdk'
|
|
|
- runs-on: macos-12
|
|
|
- strategy:
|
|
|
- matrix:
|
|
|
- flags: [
|
|
|
- '--use-static-frameworks'
|
|
|
- ]
|
|
|
- needs: pod-lib-lint-watchos
|
|
|
- steps:
|
|
|
- - uses: actions/checkout@v2
|
|
|
- - uses: ruby/setup-ruby@v1
|
|
|
- - name: Setup Bundler
|
|
|
- run: scripts/setup_bundler.sh
|
|
|
- - name: PodLibLint Messaging Cron
|
|
|
- run: scripts/third_party/travis/retry.sh scripts/pod_lib_lint.rb FirebaseMessaging.podspec --platforms=watchos
|
|
|
-
|
|
|
messaging-sample-build-test:
|
|
|
# Don't run on private repo unless it is a PR.
|
|
|
if: (github.repository == 'Firebase/firebase-ios-sdk' && github.event_name == 'schedule') || github.event_name == 'pull_request'
|