3
0
Fork 0
mirror of https://github.com/YosysHQ/yosys synced 2025-04-24 01:25:33 +00:00

ci: Reduce number of jobs

Limit compilers to oldest and newest.
Oldest compilers test with minimum supported standard.
Newest compilers test with minimum *and* maximum supported standard.
This commit is contained in:
Krystine Sherwin 2024-04-30 11:11:46 +12:00
parent 24b3690c25
commit 6908330005
No known key found for this signature in database
2 changed files with 24 additions and 48 deletions

View file

@ -727,6 +727,12 @@ top-all: $(TARGETS) $(EXTRA_TARGETS)
@echo " Build successful."
@echo ""
.PHONY: compile-only
compile-only: $(OBJS)
@echo ""
@echo " Compile successful."
@echo ""
ifeq ($(CONFIG),emcc)
yosys.js: $(filter-out yosysjs-$(YOSYS_VER).zip,$(EXTRA_TARGETS))
endif