Update googletest to version 1.17.0 #21
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| name: Jammy CI | |
| on: | |
| push: | |
| branches: | |
| - master | |
| paths-ignore: | |
| - 'datasets/**' | |
| - 'docs/**' | |
| - 'matlab/**' | |
| - '.gitignore' | |
| - 'LICENSE' | |
| - 'README.md' | |
| pull_request: | |
| paths-ignore: | |
| - 'datasets/**' | |
| - 'docs/**' | |
| - 'matlab/**' | |
| - '.gitignore' | |
| - 'LICENSE' | |
| - 'README.md' | |
| # enable manual trigger | |
| workflow_dispatch: | |
| # run on first day of the month | |
| schedule: | |
| - cron: '0 0 1 * *' | |
| jobs: | |
| jammy: | |
| uses: ./.github/workflows/build-and-test.yml | |
| with: | |
| os: ubuntu-22.04 |