symbolcollision.yml 607 B

12345678910111213141516171819202122232425
  1. name: symbolcollision
  2. # Tests the Pods listed in SymbolCollisionTest/Podfile for symbol collisions.
  3. on:
  4. pull_request:
  5. paths:
  6. - '.github/workflows/symbolcollision.yml'
  7. - 'SymbolCollisionTest/**'
  8. schedule:
  9. # Run every day at 11pm (PST) - cron uses UTC times
  10. - cron: '0 7 * * *'
  11. jobs:
  12. installation-test:
  13. runs-on: macOS-latest
  14. steps:
  15. - uses: actions/checkout@v2
  16. - name: Setup Bundler
  17. run: scripts/setup_bundler.sh
  18. - name: Prereqs
  19. run: scripts/install_prereqs.sh SymbolCollision iOS
  20. - name: Build
  21. run: scripts/build.sh SymbolCollision iOS