ci: rename travis -> ci and modify CI docs#66
Merged
Sylvain303 merged 1 commit intodocopt:masterfrom Sep 17, 2022
Merged
Conversation
49bb6a8 to
40504cf
Compare
Collaborator
|
As I was reviewing #65 I was confused by this one. I don't understand conflict on Ready to merge when github would be happy. |
- now that GH Actions are merged, thoroughly tested, and working:
- rename `travis` dir to `ci` dir instead
- update `release.md` to remove Travis references and reference GH Actions files instead
- and just generic "ci build" instead of "travis build"
- CI is working now, so uncomment/unquote the previous numbers
- leave `cp_to_travis` and `reverse_ssh_tunnel` as is for now, in case Sylvain wants to adapt them to GH Actions
- I'm not sure they'll work as-is on GH Actions (e.g. `travis_base` won't exist), so they may need further modification
- (or it may not be possible at all with GH Actions to do reverse SSH)
- that is beyond my scope since I'm not using these, don't have a bounce host, and am developing on a Mac locally
40504cf to
31b217a
Compare
Contributor
Author
🤷 I don't know what that was either. I rebased it on
Should be good to go now! |
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.
Summary
Do some
travis->cirenaming and modify CI-related docs now that GH Actions are mergedDetails
travisdir tocidir insteadrelease.mdto remove Travis references and reference GH Actions files insteadReview Notes
cp_to_travisandreverse_ssh_tunnelas is for now, in case Sylvain wants to adapt them to GH Actionstravis_basewon't exist), so they may need further modification