-
Notifications
You must be signed in to change notification settings - Fork 55
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
Some CI improvements #147
Some CI improvements #147
Conversation
giordano
commented
Apr 23, 2020
- Add CompatHelper
- Reduce frequency of TagBot to once per day
- Remove Cirrus script, it's not working properly lately
- Add FreeBSD to Travis
- Run Travis only on master and a few special-named branches
- Cache artifacts in Travis and AppVeyor
Is there an easy way to exclude FreeBSD with MKL? |
7df13b9
to
4aec0ac
Compare
Should be able to use |
Does it work with environment variables? I didn't try. I went with the opposite way: |
Yeah I believe it does. |
Looks like it doesn't? There are no FreeBSD jobs at all: https://travis-ci.org/github/JuliaMath/FFTW.jl/builds/680772146 |
* Add CompatHelper * Reduce frequency of TagBot to once per day * Remove Cirrus script, it's not working properly lately * Add FreeBSD to Travis * Run Travis only on master and a few special-named branches * Cache artifacts in Travis and AppVeyor
Shall I go back to |
Co-Authored-By: Alex Arslan <[email protected]>
Looks like that worked! 🎉 |