samples: lvgl: ci: Build for native_posix_64

Added, build only, native_posix_64 board to sample.yaml file.
This will cover both compilation of the SDL display driver and
kscan driver.

Signed-off-by: Jan Van Winkel <jan.van_winkel@dxplore.eu>
This commit is contained in:
Jan Van Winkel 2020-09-03 12:16:04 +02:00 committed by Anas Nashif
parent 8ba99a40f8
commit 7422a6868a

View file

@ -22,3 +22,7 @@ tests:
platform_allow: nrf52840dk_nrf52840
extra_args: SHIELD=waveshare_epaper_gdeh029a1
tags: shield
sample.display.lvgl.sdl:
build_only: true
platform_allow: native_posix_64
tags: samples display gui