Skip to content

Commit

Permalink
copy .github/workflow/ci.yml of master
Browse files Browse the repository at this point in the history
  • Loading branch information
kakkun61 committed Nov 16, 2024
1 parent bc20c74 commit 675f101
Showing 1 changed file with 26 additions and 5 deletions.
31 changes: 26 additions & 5 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,32 @@ jobs:
- ubuntu-latest
- macos-latest
compiler:
- ghc8107
- ghc902
- ghc924
- ghc946
- ghc928
- ghc948
- ghc965
- ghc982
dhall:
- false
- true
swagger:
- false
- true
swaggerWrapper:
- false
- true
largeRecords:
- false
- true
exclude:
- swagger: false
swaggerWrapper: true
- compiler: ghc965
largeRecords: true
- compiler: ghc982
largeRecords: true
- compiler: ghc902
os: macos-latest
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v3.5.3
Expand All @@ -27,5 +49,4 @@ jobs:
with:
name: awakesecurity
authToken: '${{ secrets.CACHIX_AUTH_TOKEN }}'
- run: nix-build --attr proto3-suite --argstr compiler "${{ matrix.compiler }}" --arg enableDhall true --arg enableLargeRecords false
- run: nix-build --attr proto3-suite --argstr compiler "${{ matrix.compiler }}" --arg enableDhall true --arg enableLargeRecords true
- run: nix-build --attr proto3-suite --argstr compiler "${{ matrix.compiler }}" --arg enableDhall "${{ matrix.dhall }}" --arg enableSwagger "${{ matrix.swagger }}" --arg swaggerWrapperFormat "${{ matrix.swaggerWrapper }}" --arg enableLargeRecords "${{ matrix.largeRecords }}"

0 comments on commit 675f101

Please sign in to comment.