Details
Details
- Reviewers
bu5hm4n stefan_schmidt devilhorns - Maniphest Tasks
- T7094: `make check` needs to pass on travis
- Commits
- rEFL5e9b5d315a92: ci: run make check in build
Diff Detail
Diff Detail
- Repository
- rEFL core/efl
- Branch
- master
- Lint
Lint OK - Unit
No Unit Test Coverage - Build Status
Buildable 6984
Comment Actions
Hmm, not really a beauty to do this three times, but perfection is to much of an enemy to go forward. Let's hope we can get rid of it later.
With the two parameter for travis_fold fixed I am ok with this one.
.ci/ci-make-check.sh | ||
---|---|---|
7 | travis_fold does need two parameter, right? |
.ci/ci-make-check.sh | ||
---|---|---|
7 | Yes. |
Comment Actions
It's unlikely we'll be able to remove iterating. Running tests in a loop like this is pretty common practice from devops people I've talked to--at least if you're running on Travis.