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