cron: basic working loop; removed -skip-unused
Some checks failed
ci/woodpecker/push/arch unknown status
ci/woodpecker/push/docker unknown status
ci/woodpecker/push/build_experimental Pipeline failed
ci/woodpecker/push/lint Pipeline failed
ci/woodpecker/push/build Pipeline failed
ci/woodpecker/push/test Pipeline failed

This commit is contained in:
Jef Roosens 2022-04-21 09:52:23 +02:00
parent 05efe15dd9
commit 15d21e3f1e
Signed by: Jef Roosens
GPG key ID: B75D4F293C7052DB
6 changed files with 66 additions and 33 deletions

View file

@ -3,7 +3,7 @@ SRC_DIR := src
SOURCES != find '$(SRC_DIR)' -iname '*.v'
V_PATH ?= v
V := $(V_PATH) -showcc -gc boehm -skip-unused
V := $(V_PATH) -showcc -gc boehm
all: vieter