1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2025-01-18 12:52:44 +01:00

dist: compile_test.py: build everything on changes in pkg/

This commit is contained in:
Kaspar Schleiser 2016-03-23 14:18:29 +01:00
parent ec78d1308e
commit e308ad4a54

View File

@ -119,7 +119,8 @@ def is_updated(application_folder, subprocess_env):
return True
if '.travis.yml' in diff_files or \
any('dist/' in s for s in diff_files):
any('dist/' in s for s in diff_files) or \
any('pkg/' in s for s in diff_files):
return True
boards_changes = set()