Commit 2d6c5572 authored by Hans-Peter Deifel's avatar Hans-Peter Deifel 🐢
Browse files

ci: Always build benchmark generators

parent ee5572b9
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -11,7 +11,7 @@ cache:

test_branch:
  script:
    - stack --no-terminal --system-ghc --no-install-ghc build --copy-bins --test --haddock --no-haddock-deps --bench --no-run-benchmarks
    - stack --no-terminal --system-ghc --no-install-ghc build --copy-bins --test --haddock --no-haddock-deps --bench --no-run-benchmarks --flag copar:benchmark-generators
    - cp -r ~/.local/bin/ copar-linux-binaries
  except:
    - master
@@ -23,7 +23,7 @@ test_branch:

test:
  script:
    - stack --no-terminal --system-ghc --no-install-ghc build --copy-bins --test --haddock --no-haddock-deps --bench --no-run-benchmarks
    - stack --no-terminal --system-ghc --no-install-ghc build --copy-bins --test --haddock --no-haddock-deps --bench --no-run-benchmarks --flag copar:benchmark-generators
    - cp -r ~/.local/bin/ copar-linux-binaries
  only:
    - master