-
Notifications
You must be signed in to change notification settings - Fork 27
Replace AppVeyor with Travis CI for Windows #49
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.
LGTM, thanks @vince-fugnitto
There seems to be an issue with the As you can see the following line: |
@vince-fugnitto Are you planning to add the |
If I do I'll require a CQ to copy the code from someone who's done it, however it does look hackish, the real fix should be done at |
6113a97
to
b42f1ee
Compare
Yes, that really looks like a hack. Having windows CI for this repo is not pressing - let's wait to see if we get permission to fix the issue in yarn. |
With @marechal-p help we were able to find a workaround, waiting for the CI to finish to see if it successfully worked :) |
@lmcbout @marcdumais-work |
Your workaround does not come from the patch, you apply a postinstall and not the preinstalled as defined in the other PR ( yarnpkg/yarn#4564 ). If we wait for |
There is no other fix as far as I know, the link you mentioned is an issue not a PR.
The Update: (performing
I believe this is sufficient, I don't see what more we could do in such a case. |
- Replaces `AppVeyor` with `Travis CI` for Windows - Remove `appveyor.yml` - Update `travis.yml` to include `os: windows` build. - Add badges for `gitpod`, `travis` and `bugs`. Signed-off-by: Vincent Fugnitto <[email protected]>
b42f1ee
to
6c738d9
Compare
Updated the PR to split the changes into 2 commits:
|
73eb521
to
d315333
Compare
- updated the `postinstall` scripts for both `cortext-debug` and `cpp-debug`. - updated the scripts as a workaround to a known yarn issue on windows (yarnpkg/yarn#4564) Signed-off-by: vince-fugnitto <[email protected]>
d315333
to
5b099bf
Compare
AppVeyor
withTravis CI
for Windowsappveyor.yml
travis.yml
to includeos: windows
build.gitpod
,travis
andbugs
.Signed-off-by: Vincent Fugnitto [email protected]