-
Notifications
You must be signed in to change notification settings - Fork 455
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
Use travis-ci matrix build #581
Comments
This is just to get some ideas of what can be done. Update uclouvain#581
I'd like to see a |
BTW, if time is an issue we could have:
|
I'll update the first post to keep a un to date proposed matrix there. |
Meant to say cross building with mingw, eg: |
There are multiple environment on travis-ci. |
travis-ci documentation is misleading... apt is supported (marked BETA in logs though). The AddressSanitizer build in Debug configuration is really slower than what I had imagined . |
@mayeut |
depending on how much time we have, debian uses |
Long story short, you may have to install |
I tried to install |
What cmake options shall be enabled ? |
Could we get close to what used to be in the old svn devscripts directory ? |
Shall we import this dev-scripts folder in master ? |
I merged PR #584 in master branch. |
I added PR #627 which does the same thing for Appveyor. |
@malaterre, if you consider #627 can be merged in as is, then yes. |
travis-ci is now configured for basic operation.
Time to improve & go to matrix build.
A few things to keep in mind:
From travis-ci documentation:
So, what's needed ? I'd say:
-O1
BuildBuild options:
I think it shall cover the needs.
It also might be time to restore dev-utils folder or equivalent so that travis-ci .travis.yml doesn't become unreadable (it may already be unreadable)
The text was updated successfully, but these errors were encountered: