Skip to content

Commit

Permalink
strip down to only macos, use devops lapack/ci-dist@fix-macos
Browse files Browse the repository at this point in the history
  • Loading branch information
mohawk2 committed Jul 10, 2024
1 parent 5a667e9 commit 676da12
Showing 1 changed file with 3 additions and 30 deletions.
33 changes: 3 additions & 30 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,44 +8,28 @@ on:
pull_request:
create:
jobs:
notify:
runs-on: ubuntu-latest
continue-on-error: true
if: ${{ always() }}
steps:
- uses: PDLPorters/devops/github-actions/irc-notifications@master
with:
target-notifications: true
ci:
runs-on: ${{ matrix.os }}
if: ${{ github.event_name == 'push' || github.event_name == 'pull_request' }}
strategy:
fail-fast: false
matrix:
os: [ubuntu-latest]
perl-version: ['5.10', '5.14', '5.20']
include:
- perl-version: '5.30'
os: ubuntu-latest
release-test: true
coverage: true
#- perl-version: '5.30'
# os: windows-latest
- perl-version: '5.30'
os: macos-latest
steps:
- uses: actions/checkout@v2
- name: 'ci-dist: target-setup-perl'
uses: PDLPorters/devops/github-actions/ci-dist@master
uses: PDLPorters/devops/github-actions/ci-dist@fix-macos
with:
target-setup-perl: true
perl-version: ${{ matrix.perl-version }}
- name: Install PDL dependencies
uses: PDLPorters/devops/github-actions/install-dep-pdl-dep@master
- name: Install LAPACK
uses: PDLPorters/devops/github-actions/install-dep-lapack@master
uses: PDLPorters/devops/github-actions/install-dep-lapack@fix-macos
- name: 'ci-dist: target-all'
uses: PDLPorters/devops/github-actions/ci-dist@master
uses: PDLPorters/devops/github-actions/ci-dist@fix-macos
with:
target-setup-perl: false
target-install-dist-perl-deps: true
Expand All @@ -55,14 +39,3 @@ jobs:
test-enable-release-testing: ${{ matrix.release-test }}
test-enable-coverage: ${{ matrix.coverage }}
github-token: ${{ secrets.GITHUB_TOKEN }}

build-status:
runs-on: ubuntu-latest
continue-on-error: true
if: ${{ always() }}
needs: [ 'ci' ]
steps:
- uses: PDLPorters/devops/github-actions/irc-notifications@master
with:
target-build-status: true
needs: ${{ toJSON(needs) }}

0 comments on commit 676da12

Please sign in to comment.