-
Notifications
You must be signed in to change notification settings - Fork 284
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
Test on DMD 2.079.0 and LDC 1.8.0. #2129
Conversation
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 think the LDC windows binary URL changed with 1.7
.travis.yml
Outdated
@@ -19,12 +19,14 @@ d: | |||
# this way the overall test time gets cut down (GDC/LDC are a lot | |||
# slower tham DMD, so they should be started early), while still | |||
# catching most DMD version related build failures early | |||
- dmd-2.075.0 | |||
- dmd-2.078.0 |
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.
Shouldn't that be 79?
Excluding the intermediate versions to avoid unnecessary CI job bloat.
c477979
to
ac632af
Compare
Hmm DMD/LDC doesn't seem to terminate for older compiler versions:
|
Going to ignore the Windows failures for now, since they are not caused by code changes and merge everything that passes on Linux. |
Excluding the intermediate versions to avoid unnecessary CI job bloat.