Revert commit 59c2e8, add test for PM_FILTER, fix RT-144085 #400
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: smoke-macos-xcode11 | |
| on: | |
| push: | |
| branches: | |
| - '*' | |
| tags-ignore: | |
| - '*' | |
| pull_request: | |
| env: | |
| PERL_SKIP_TTY_TEST: 1 | |
| jobs: | |
| perl: | |
| runs-on: macos-latest | |
| steps: | |
| - uses: actions/checkout@master | |
| with: | |
| fetch-depth: 10 | |
| - name: Configure | |
| run: | | |
| export SDK=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk | |
| perl Makefile.PL | |
| - name: Build | |
| run: | | |
| make | |
| - name: Run Tests | |
| run: | | |
| make test | |
| make disttest NOECHO= |