chore: offer profiled build
This commit is contained in:
parent
c2e22d2cd2
commit
d7ed834fba
@ -145,6 +145,28 @@ yesod:build:
|
|||||||
retry: 2
|
retry: 2
|
||||||
interruptible: true
|
interruptible: true
|
||||||
resource_group: ram
|
resource_group: ram
|
||||||
|
|
||||||
|
yesod:build-profile:
|
||||||
|
services: *build-services
|
||||||
|
|
||||||
|
stage: yesod:build
|
||||||
|
script:
|
||||||
|
- stack build --profile --copy-bins --local-bin-path $(pwd)/bin --flag uniworx:-library-only --flag uniworx:-dev --flag uniworx:pedantic --no-strip
|
||||||
|
needs:
|
||||||
|
- frontend:build
|
||||||
|
before_script: *haskell
|
||||||
|
artifacts:
|
||||||
|
paths:
|
||||||
|
- bin/
|
||||||
|
name: "${CI_JOB_NAME}"
|
||||||
|
dependencies:
|
||||||
|
- frontend:build
|
||||||
|
|
||||||
|
when: manual
|
||||||
|
|
||||||
|
retry: 2
|
||||||
|
interruptible: true
|
||||||
|
resource_group: ram
|
||||||
|
|
||||||
frontend:test:
|
frontend:test:
|
||||||
cache:
|
cache:
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user