Sqlite_orm: Fix travis latest clang unit tests run configuration

Created on 11 Apr 2020  路  12Comments  路  Source: fnc12/sqlite_orm

This is it https://travis-ci.org/github/fnc12/sqlite_orm/jobs/672144876 . IDK what happened. Looks like some kind of problem with homebrew or whatever. I beg someone who knows how to fix it to fix it. Thanks in advance

help wanted

All 12 comments

Is this still happening?

Yes. I commented out confirmations in Travis config file. Uncomment it and create a PR to see failed builds. It would be very good if you fix it. Thanks

Okay thanks, I will have a look!

@Leon0402 I've created a PR with it https://github.com/fnc12/sqlite_orm/pull/576

Hi,

the current problem seems to be introduced with my recent commit. I didn't see that the before_script section is executed for every environment including mac os. Obviously the code I added to get a recent cmake version, is Ubuntu specific.
Presumably, the easiest fix would be to move that code in the else block instead (so it's only executed if you are actually on ubuntu).
In general though it seems kinda strange to me to run basically the same code on ubuntu as well as on mac os (and handle everything with if else statements) Maybe this could be splitted up? I'm not a travis expert though, I would have to read about how this all works.

I suppose though that this isn't the real issue, but a new one. Once this is fixed, I need to take a look at the old one as well.

@Leon0402 travis is fixed. You were right - enabling beta fixes the problem. Example: https://github.com/fnc12/sqlite_orm/pull/580

Great! That makes it a little bit easier

@Leon0402 do you have any progress on this issue? If you stopped working on it I can close it.

I had no time lately for it and probably won't have some in the near future.

it was fixed before. Thanks

Was this page helpful?
0 / 5 - 0 ratings

Related issues

leonyu1010 picture leonyu1010  路  9Comments

bwesterb picture bwesterb  路  4Comments

ahahahahalo picture ahahahahalo  路  11Comments

ncoder-1 picture ncoder-1  路  5Comments

kungfu-origin picture kungfu-origin  路  10Comments