2017-11-13 12:11:40 +00:00
|
|
|
image: Visual Studio 2017
|
|
|
|
|
|
|
|
platform:
|
|
|
|
- x64
|
|
|
|
|
2017-11-23 19:29:03 +00:00
|
|
|
# cache:
|
2017-11-13 13:14:21 +00:00
|
|
|
# Not caching node_modules because appveyor doesn't restore it afterwards (not sure why)
|
|
|
|
# - node_modules
|
2017-11-21 19:31:43 +00:00
|
|
|
# - '%USERPROFILE%\.electron'
|
2017-11-13 12:01:38 +00:00
|
|
|
|
|
|
|
install:
|
2017-11-13 12:11:40 +00:00
|
|
|
- ps: Install-Product node 8 x64
|
|
|
|
- yarn
|
2017-11-13 12:01:38 +00:00
|
|
|
|
2017-11-13 12:11:40 +00:00
|
|
|
build_script:
|
2019-12-13 01:16:34 +00:00
|
|
|
- ps: xcopy /C /I /H /R /Y /S ReactNativeClient\lib ElectronClient\app\lib
|
|
|
|
- npm install
|
2019-12-14 01:28:37 +00:00
|
|
|
- npm run tsc
|
2018-02-05 17:34:31 +00:00
|
|
|
- ps: cd Tools
|
|
|
|
- npm install
|
|
|
|
- ps: cd ..\ElectronClient\app
|
2017-11-13 12:16:37 +00:00
|
|
|
- npm install
|
2017-11-13 12:06:19 +00:00
|
|
|
- yarn dist
|
2017-11-13 12:11:40 +00:00
|
|
|
|
2017-11-13 12:13:17 +00:00
|
|
|
test: off
|
2019-05-06 21:31:37 +01:00
|
|
|
|
|
|
|
# We only want to build tags
|
|
|
|
skip_non_tags: true
|