ci: use flasher_args.json for cmake ci run

This commit is contained in:
Renz Christian Bagaporo
2019-02-12 09:55:08 +08:00
committed by bot
parent c6b07eec54
commit bb552dd19c
2 changed files with 1 additions and 2 deletions

View File

@@ -144,7 +144,6 @@ build_example () {
rm -rf build &&
./build.sh >>${BUILDLOG} 2>&1
fi &&
cp build/flash_project_args build/download.config || # backwards compatible download.config filename
{
RESULT=$?; FAILED_EXAMPLES+=" ${EXAMPLE_NAME}" ;
}