ci: add startup tests with VFS disabled

This commit is contained in:
Ivan Grokhotkov 2020-03-20 13:40:54 +01:00
parent dc77ccb24e
commit 2548a3e528
2 changed files with 6 additions and 0 deletions

View file

@ -0,0 +1,2 @@
# Disable VFS support
CONFIG_VFS_SUPPORT_IO=n

View file

@ -0,0 +1,4 @@
# Disable VFS support except for basic I/O
CONFIG_VFS_SUPPORT_SELECT=n
CONFIG_VFS_SUPPORT_DIR=n
CONFIG_VFS_SUPPORT_TERMIOS=n