Remove build-engine.sh and move its content to the build step. (At first I tried to keep this script but eventually decided to remove it for better readability. See the commit history for details.)
Upload the tizen-arm-unittests artifact and run it inside the tizen-headed-armv7l container (in the test job).
Roll back previous changes to BUILD.gn. Unit tests can be built by providing ninja with flutter_tizen_unittests as a build target:
This is the most important part of https://github.com/flutter-tizen/engine/issues/239.
build-engine.sh
and move its content to the build step. (At first I tried to keep this script but eventually decided to remove it for better readability. See the commit history for details.)tizen-arm-unittests
artifact and run it inside thetizen-headed-armv7l
container (in thetest
job).BUILD.gn
. Unit tests can be built by providingninja
withflutter_tizen_unittests
as a build target:mscos-build
).