guest-book-as icon indicating copy to clipboard operation
guest-book-as copied to clipboard

Ensure Windows builds work

Open mikedotexe opened this issue 5 years ago • 4 comments

The Windows tests aren't completing for Travis due to: https://github.com/near/near-sdk-as/issues/23

When that's ready, let's fix the Travis yaml to stop on errors that Windows finds during CI tests.

mikedotexe avatar Mar 27 '20 22:03 mikedotexe

As I'm working locally to install everything and get setup on windows, I found that asdf, isn't windows compatible. However, I just used https://github.com/coreybutler/nvm-windows and it worked like a charm.

willemneal avatar Apr 01 '20 15:04 willemneal

We also need to note we require node > v12

willemneal avatar Apr 01 '20 16:04 willemneal

Note that logic can be borrowed from here: https://github.com/near-examples/token-contract-as/pull/10

mikedotexe avatar May 26 '20 18:05 mikedotexe

Partially addressed by #142

chadoh avatar May 27 '20 01:05 chadoh