Merge branch '145-build-system-rewrite' of gitea.uniworx.systems:fraport/fradrive into 145-build-system-rewrite
This commit is contained in:
commit
45ba635dca
4
Makefile
4
Makefile
@ -190,7 +190,7 @@ well-known: static;
|
|||||||
|
|
||||||
# HELP(test-backend): test backend
|
# HELP(test-backend): test backend
|
||||||
--test-backend:
|
--test-backend:
|
||||||
stack build --test --coverage --fast --workdir .stack-work-test --flag uniworx:library-only $(stackopts)
|
stack build --test --coverage --fast --work-dir .stack-work-test --flag uniworx:library-only $(stackopts)
|
||||||
|
|
||||||
# TODO: better name
|
# TODO: better name
|
||||||
.PHONY: db
|
.PHONY: db
|
||||||
@ -201,7 +201,7 @@ db: --image-build --containerized---db;
|
|||||||
--db-backend: .stack
|
--db-backend: .stack
|
||||||
SERVER_SESSION_ACID_FALLBACK=${SERVER_SESSION_ACID_FALLBACK:-true} ; \
|
SERVER_SESSION_ACID_FALLBACK=${SERVER_SESSION_ACID_FALLBACK:-true} ; \
|
||||||
AVSPASS=${AVSPASS:-nopasswordset} ; \
|
AVSPASS=${AVSPASS:-nopasswordset} ; \
|
||||||
stack exec uniworxdb -- $(UNIWORXDB_OPTS)
|
stack --work-dir .stack-work-build exec uniworxdb -- $(UNIWORXDB_OPTS)
|
||||||
|
|
||||||
.PHONY: .stack
|
.PHONY: .stack
|
||||||
.stack:
|
.stack:
|
||||||
|
|||||||
Reference in New Issue
Block a user