ci: unit test use binary to built by cmake

This commit is contained in:
He Yin Ling 2019-12-08 10:08:32 +08:00 committed by Angus Gratton
parent 48786c1da0
commit 06aa755265

View file

@ -33,7 +33,7 @@ variables:
# tell build system do not check submodule update as we download archive instead of clone
IDF_SKIP_CHECK_SUBMODULES: 1
UNIT_TEST_BUILD_SYSTEM: make
UNIT_TEST_BUILD_SYSTEM: cmake
# IDF environment
IDF_PATH: "$CI_PROJECT_DIR"