Adapt emba integration
* test/infra/Makefile.in (subdir_template): Special handling of lib-src. * test/infra/test-jobs.yml: Regenerate.
This commit is contained in:
parent
4256123c46
commit
b6d4819060
2 changed files with 5 additions and 5 deletions
|
@ -41,7 +41,11 @@ define subdir_template
|
|||
SUBDIR_TARGETS += $(target)
|
||||
|
||||
$(eval
|
||||
ifeq ($(findstring src, $(1)), src)
|
||||
ifeq ($(findstring lib-src, $(1)), lib-src)
|
||||
define changes
|
||||
@echo ' - $(1)/*.{h,c}' >>$(FILE)
|
||||
endef
|
||||
else ifeq ($(findstring src, $(1)), src)
|
||||
define changes
|
||||
@echo ' - $(1)/treesit.{h,c}' >>$(FILE)
|
||||
@echo ' - test/$(1)/treesit-tests.el' >>$(FILE)
|
||||
|
|
|
@ -9,10 +9,6 @@ test-lib-src-inotify:
|
|||
rules:
|
||||
- if: '$CI_PIPELINE_SOURCE == "schedule"'
|
||||
when: never
|
||||
- changes:
|
||||
- lib-src/treesit.{h,c}
|
||||
- test/lib-src/treesit-tests.el
|
||||
when: never
|
||||
- changes:
|
||||
- lib-src/*.{h,c}
|
||||
- test/lib-src/*resources/**
|
||||
|
|
Loading…
Add table
Reference in a new issue