Enable simple TravisCI testing#202
Merged
MartinNowak merged 1 commit intodlang:masterfrom Dec 17, 2016
Merged
Conversation
Contributor
Author
|
Ping @MartinNowak @CyberShadow |
MartinNowak
approved these changes
Dec 17, 2016
| ["dmd-2016-10-19"]="DMD64 D Compiler v2.073.0-master-878b882" | ||
| ["dmd-master-2016-10-24"]="DMD64 D Compiler v2.073.0-master-ab9d712" | ||
| ["ldc-1.0.0"]="LDC - the LLVM D compiler (1.0.0):" | ||
| ["gdc-4.9.3"]="gdc (crosstool-NG crosstool-ng-1.20.0-232-gc746732 - 20150825-2.066.1-58ec4c13ec) 4.9.3" |
Member
There was a problem hiding this comment.
Should test name resolutions as well. The values could be globs matched via ~= or regexes for grep/egrep.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
As seen with #200 it's probably not a bad idea to enable CI for this repo ;-)
This adds a very simple bash script that tests basic install / uninstall features (by simply installing them and checking the output of
-version).I didn't add a check for the latest version (default command) as this obviously changes.
A non-D environment on Travis was selected on purpose, of course.
Would someone with admin rights be so kind to enable this project for Travis?
(it passes on my fork)