Switch CLang warnings down to -Wall #106
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: 64-bit Build & PARTIAL-TESTS | |
| on: | |
| push: | |
| schedule: | |
| - cron: '8 8 8 * *' | |
| env: | |
| LP64_PARTIAL_TEST: 1 | |
| jobs: | |
| Linux: | |
| runs-on: ubuntu-latest | |
| env: | |
| BUNDLE_PATH: ~/.gem | |
| steps: | |
| - uses: actions/checkout@v3 | |
| - run: sudo gem install bundler | |
| - run: sudo apt-get update && sudo apt-get install libcurl4-openssl-dev tk-dev | |
| - run: ./cibuild | |
| MacOS: | |
| runs-on: macos-latest | |
| steps: | |
| - uses: actions/checkout@v3 | |
| - run: brew install php | |
| - run: ./cibuild |