Loading .gitlab-ci.yml +2 −2 Original line number Diff line number Diff line Loading @@ -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 Loading @@ -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 Loading Loading
.gitlab-ci.yml +2 −2 Original line number Diff line number Diff line Loading @@ -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 Loading @@ -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 Loading