This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
lib/charnames.t: Move initialization line
[perl5.git] / .github / workflows / smoke-macos-xcode11.yml
1 name: smoke-macos-xcode11
2
3 on:
4   push:
5     branches:
6       - '**'
7     tags-ignore:
8       - '*'
9   pull_request:
10
11 jobs:
12   perl:
13     runs-on: macos-latest
14
15     env:
16         PERL_SKIP_TTY_TEST: 1
17         CONTINUOUS_INTEGRATION: 1
18
19     steps:
20       - uses: actions/checkout@master
21         with:
22             fetch-depth: 10
23       - name: Configure
24         run: |
25             export SDK=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk
26             sh ./Configure -des -Dusedevel
27       - name: Build
28         run: |
29             make -j2
30       - name: Run Tests
31         run: |
32             make -j2 test