mirror of
https://github.com/xodio/xod.git
synced 2026-03-03 07:24:03 +01:00
27 lines
415 B
YAML
27 lines
415 B
YAML
version: '{build}'
|
|
|
|
platform:
|
|
- x64
|
|
|
|
clone_depth: 5
|
|
cache:
|
|
- '%LOCALAPPDATA%\Yarn'
|
|
- '%USERPROFILE%\.electron'
|
|
- node_modules
|
|
|
|
init:
|
|
- git config --global core.autocrlf input
|
|
- git config --system core.longpaths true
|
|
|
|
install:
|
|
- ps: Install-Product node 10 x64
|
|
- npm install yarn@1.2.1 -g
|
|
- yarn install
|
|
- ps: . .\tools\install-arduinocli.ps1
|
|
|
|
build_script:
|
|
- yarn run build
|
|
- ps: . .\tools\appveyor.ps1
|
|
|
|
test: off
|