Created
June 16, 2019 21:11
-
-
Save fkorotkov/ea5baf3dc29a58fa20f977f39f635d21 to your computer and use it in GitHub Desktop.
Cirrus CI for NodeJS on Windows
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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