Skip to content

Commit

Permalink
GHA: Enable shared actions
Browse files Browse the repository at this point in the history
  • Loading branch information
zmughal committed Oct 31, 2021
1 parent 0d0d615 commit 8740f3a
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
steps:
- uses: PDLPorters/devops/github-actions/irc-notifications@master
with:
target-notifications: false # TODO
target-notifications: true
ci:
runs-on: ${{ matrix.os }}
if: ${{ github.event_name == 'push' || github.event_name == 'pull_request' }}
Expand All @@ -41,21 +41,21 @@ jobs:
steps:
- uses: actions/checkout@v2
- name: 'ci-dist: target-setup-perl'
uses: PDLPorters/devops/github-actions/ci-dist@gha-bulk-actions # TODO
uses: PDLPorters/devops/github-actions/ci-dist@master
with:
target-setup-perl: true
perl-version: ${{ matrix.perl-version }}
perl-threaded: ${{ matrix.perl-threaded }}
- name: Install FFTW3
uses: PDLPorters/devops/github-actions/install-dep-fftw3@gha-bulk-actions # TODO
uses: PDLPorters/devops/github-actions/install-dep-fftw3@master
- name: Install PDL dependencies
uses: PDLPorters/devops/github-actions/install-dep-pdl-dep@master
- name: Install Perl configure deps
shell: bash
run: |
$MYPERL -S cpanm --dev -n PDL::Core::Dev IPC::Run || cat ~/.cpanm/build.log
- name: 'ci-dist: target-all'
uses: PDLPorters/devops/github-actions/ci-dist@gha-bulk-actions # TODO
uses: PDLPorters/devops/github-actions/ci-dist@master
with:
target-setup-perl: false
target-install-dist-perl-deps: true
Expand All @@ -73,5 +73,5 @@ jobs:
steps:
- uses: PDLPorters/devops/github-actions/irc-notifications@master
with:
target-build-status: false # TODO
target-build-status: true
needs: ${{ toJSON(needs) }}

0 comments on commit 8740f3a

Please sign in to comment.