/
githubmirror
/
Motrix
Обзор
Документация
Войти
/
githubmirror
/
Motrix
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
appveyor.yml
26 строк
341 B
Dr_rOot
fix: remove ci node-sass config
28 апр 2020, 17:50
28 апр 2020, 17:50
9676e2a
Код
Авторство
О чём код?
image: Visual Studio 2017 platform: - x64 cache: - node_modules - '%USERPROFILE%\.electron' init: - git config --global core.autocrlf input install: - ps: Install-Product node 12.14.1 x64 - git reset --hard HEAD - npm install - node --version build_script: - npm run release test: off branches: only: - master