Skip to content

Instantly share code, notes, and snippets.

@fkorotkov
Created June 16, 2019 21:11
Show Gist options
  • Save fkorotkov/ea5baf3dc29a58fa20f977f39f635d21 to your computer and use it in GitHub Desktop.
Save fkorotkov/ea5baf3dc29a58fa20f977f39f635d21 to your computer and use it in GitHub Desktop.
Cirrus CI for NodeJS on Windows
build_task:
windows_container:
image: cirrusci/windowsservercore:2019
os_version: 2019
node_modules_cache:
folder: node_modules
fingerprint_script: type yarn.lock
install_script: choco install -y nodejs yarn
build_script:
- refreshenv
- yarn install
- yarn run relay
- yarn run build
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment