-
Notifications
You must be signed in to change notification settings - Fork 17
Automated unit testing #153
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Automated unit testing #153
Conversation
| EXPECT_TRUE(engine_->GetTextureRegistrar() == nullptr); | ||
| } | ||
|
|
||
| TEST_F(FlutterTizenEngineTestHeaded, GetTextureRegistrar) { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
How about just disable it instead of removing it? This TC doesn't mean much, but I want to keep the TC with the renderer enabled.
| - publish: $(Build.StagingDirectory) | ||
| artifact: $(System.JobName) | ||
| - job: release | ||
| - job: test |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I am going to do this when a github action is enable, but you do it right away! 👍 👍
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It was as simple as installing EFL on the CI server and adding 20 lines of code. :)
f54e95a to
c33e471
Compare
bwikbs
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It's pretty cool! thanks!
|
I don't know why but apparently the incremental builds take longer than before (1 min → 3-4 min). |
* Disable headed tests * Run unittests in the CI * Revert "Disable headed tests" This reverts commit b92e76f. * Disable test GetTextureRegistrar * Replace gclient sync with git checkout * Separate the run step
* Disable headed tests * Run unittests in the CI * Revert "Disable headed tests" This reverts commit b92e76f. * Disable test GetTextureRegistrar * Replace gclient sync with git checkout * Separate the run step
* Disable headed tests * Run unittests in the CI * Revert "Disable headed tests" This reverts commit b92e76f. * Disable test GetTextureRegistrar * Replace gclient sync with git checkout * Separate the run step
* Run unittests in the CI * Disable test GetTextureRegistrar * Replace gclient sync with git checkout * Separate the run step
* Run unittests in the CI * Disable test GetTextureRegistrar * Replace gclient sync with git checkout * Separate the run step
* Run unittests in the CI * Disable test GetTextureRegistrar * Replace gclient sync with git checkout * Separate the run step
* Run unittests in the CI * Disable test GetTextureRegistrar * Replace gclient sync with git checkout * Separate the run step
* Run unittests in the CI * Disable test GetTextureRegistrar * Replace gclient sync with git checkout * Separate the run step
* Run unittests in the CI * Disable test GetTextureRegistrar * Replace gclient sync with git checkout * Separate the run step
testjob to the CI pipelines.