-
Notifications
You must be signed in to change notification settings - Fork 18
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Remove AppVeyor and some Cirrus-CI components
These are replaced by GitHub actions, so we now distribute a few jobs between GitHub Actions and Cirrus-CI which hopefully will give us a fast turnaround. Also tweak test-suite.log catting on failure to ensure tests still fail.
- Loading branch information
1 parent
62d112f
commit d869736
Showing
5 changed files
with
8 additions
and
123 deletions.
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
This file contains 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
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,7 @@ | ||
# Github's git changes NL for NL-CR on Windows. | ||
# We pretend everything is binary so any comparisons of test files | ||
# work. | ||
tests/** -text | ||
tests/** -text | ||
tests/*.c text | ||
tests/*.sh text | ||
tests/*.test text |
This file contains 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
This file contains 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