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:
parent
24b3690c25
commit
6908330005
2 changed files with 24 additions and 48 deletions
6
Makefile
6
Makefile
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue