chore(gitlab-ci): make backend-lint
This commit is contained in:
parent
70448446e8
commit
dd8119a987
@ -94,6 +94,14 @@ frontend build:
|
|||||||
retry: 2
|
retry: 2
|
||||||
interruptible: true
|
interruptible: true
|
||||||
|
|
||||||
|
backend lint:
|
||||||
|
stage: lint
|
||||||
|
script:
|
||||||
|
- "nix shell .#gnumake --command make backend-lint"
|
||||||
|
before_script: *nix-before
|
||||||
|
retry: 2
|
||||||
|
interruptible: true
|
||||||
|
|
||||||
uniworx:lib:uniworx:
|
uniworx:lib:uniworx:
|
||||||
stage: build
|
stage: build
|
||||||
script:
|
script:
|
||||||
|
|||||||
4
Makefile
4
Makefile
@ -30,8 +30,8 @@ backend-%: .develop.env .stack-work.lock --stack-work-$*
|
|||||||
#--backend-start: .develop.env
|
#--backend-start: .develop.env
|
||||||
# ./start.sh
|
# ./start.sh
|
||||||
|
|
||||||
.PHONY: --backend-lint
|
.PHONY: backend-lint
|
||||||
--backend-lint: .develop.env
|
backend-lint: .develop.env
|
||||||
stack build --test --fast --flag uniworx:dev --flag uniworx:library-only uniworx:test:hlint
|
stack build --test --fast --flag uniworx:dev --flag uniworx:library-only uniworx:test:hlint
|
||||||
|
|
||||||
.PHONY: --backend-test
|
.PHONY: --backend-test
|
||||||
|
|||||||
Reference in New Issue
Block a user