forked from vieter-v/vieter
Updated CI Dockerfile; fixed formatting & vet
This commit is contained in:
parent
6194a3f408
commit
27f59c6664
7 changed files with 21 additions and 11 deletions
3
Makefile
3
Makefile
|
|
@ -13,11 +13,14 @@ vieter: $(SOURCES)
|
|||
$(V) -g -o vieter $(SRC_DIR)
|
||||
|
||||
# Debug build using gcc
|
||||
# The debug build can't use the boehm garbage collector, as that is
|
||||
# multi-threaded and causes issues when running vieter inside gdb.
|
||||
.PHONY: debug
|
||||
debug: dvieter
|
||||
dvieter: $(SOURCES)
|
||||
$(V_PATH) -showcc -keepc -cg -o dvieter $(SRC_DIR)
|
||||
|
||||
# Run the debug build inside gdb
|
||||
.PHONY: gdb
|
||||
gdb: dvieter
|
||||
VIETER_API_KEY=test \
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue