File tree Expand file tree Collapse file tree 4 files changed +4
-2
lines changed Expand file tree Collapse file tree 4 files changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -6,6 +6,7 @@ let defSteps = haskellCi.defaultCabalSteps
66in haskellCi. generalCi
77 ( haskellCi. withNix
88 ( defSteps
9+ with docStep = None haskellCi. BuildStep
910 with extraSteps. pre
1011 =
1112 defSteps. extraSteps. pre
Original file line number Diff line number Diff line change @@ -7,6 +7,7 @@ let defSteps = haskellCi.defaultCabalSteps
77in haskellCi.generalCi
88 ( haskellCi.withNix
99 ( defSteps
10+ with docStep = None haskellCi.BuildStep
1011 with extraSteps.pre
1112 =
1213 defSteps.extraSteps.pre
Original file line number Diff line number Diff line change @@ -7,6 +7,8 @@ cd "$( dirname "${BASH_SOURCE[0]}" )"
77which dhall || cabal install dhall
88which dhall-to-yaml || cabal install dhall-yaml
99
10+ echo " dhall format-ing ci.dhall"
11+ dhall format ci.dhall
1012echo " cp haskellCi.dhall -> ci.dhall.frozen"
1113cp ci.dhall ci.dhall.frozen
1214echo " dhall freez-ing ci.dhall.frozen"
Original file line number Diff line number Diff line change 4040 run : " cabal build all --enable-tests --enable-benchmarks"
4141 - name : test all
4242 run : " cabal test all --enable-tests"
43- - name : haddock all
44- run : cabal haddock all
4543 - name : Build with Nix
4644 run : " nix-build --argstr compiler $(echo ghc${{ matrix.ghc }} | tr -d '.')"
4745 strategy :
You can’t perform that action at this time.
0 commit comments