Uh oh!
There was an error while loading. Please reload this page.
Conversation
josephlr
commented
Dec 14, 2020
@newpavlov Do you know why AppVeyor Is still running? Is there some way to turn it off? |
newpavlov
commented
Dec 14, 2020
I am not sure. Probably because we still have its config in the master branch. Hopefully it will be solved after merge. |
dhardy
commented
Dec 14, 2020
Yup, I can turn it off: (1) there's a webhook still registered and (2) AppVeyor was set up through my account. I'll clear it for you. |
josephlr
left a comment
There was a problem hiding this comment.
Thanks for doing this. I just have a few nits/questions
Uh oh!
There was an error while loading. Please reload this page.
| with: | ||
| profile: minimal | ||
| target: ${{ matrix.target }} | ||
| toolchain: nightly |
There was a problem hiding this comment.
Should we be using the stable toolchain for these targets?
There was a problem hiding this comment.
Travis config was using nightly, so I haven't changed it. I can try stable instead.
There was a problem hiding this comment.
On a second thought, I think it's worth to keep it nightly to allow early compiler bug detection if there will be any affecting us. I also will enable the cron job option to run CI periodically.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Closes#174
Converts most existing tests except related to WASM targets.