Update appveyor to run korebuild #331

Closed
opened 2025-08-09 17:15:53 +00:00 by fergalmoran · 0 comments
Owner

Originally created by @natemcmaster on 11/3/2017

AppVeyor isn't actually building the repo because the default AppVeyor image is VS 2015, not 2017.

Changes:

  • update appveyor to vs2017
  • execute a default build with korebuild
  • add 'nodejs' as a required toolset in korebuild.json. This ensures nodejs is available on the machine. (Assuming this is required so tests can run)
*Originally created by @natemcmaster on 11/3/2017* AppVeyor isn't actually building the repo because the default AppVeyor image is VS 2015, not 2017. Changes: - update appveyor to vs2017 - execute a default build with korebuild - add 'nodejs' as a required toolset in korebuild.json. This ensures nodejs is available on the machine. (Assuming this is required so tests can run)
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github/JavaScriptServices#331
No description provided.