Skip to content
Snippets Groups Projects

Linux bin artifacts

Merged Thorsten Wißmann requested to merge linux-bin-artifacts into master
2 files
+ 18
1
Compare changes
  • Side-by-side
  • Inline
Files
2
+ 16
1
@@ -9,5 +9,20 @@ cache:
@@ -9,5 +9,20 @@ cache:
paths:
paths:
- .stack-root/
- .stack-root/
 
test_branch:
 
script:
 
- stack --no-terminal --system-ghc --no-install-ghc --resolver lts-12.14 build --test --haddock --no-haddock-deps --bench --no-run-benchmarks
 
except:
 
- master
 
test:
test:
script: stack --no-terminal --system-ghc --no-install-ghc --resolver lts-12.14 build --test --haddock --no-haddock-deps --bench --no-run-benchmarks
script:
 
- stack --no-terminal --system-ghc --no-install-ghc --resolver lts-12.14 build --copy-bins --test --haddock --no-haddock-deps --bench --no-run-benchmarks
 
- cp -r ~/.local/bin/ copar-linux-binaries
 
only:
 
- master
 
artifacts:
 
name: "${CI_PROJECT_NAME}-linux-binaries"
 
expire_in: 10 yrs
 
paths:
 
- copar-linux-binaries/
Loading