1 В избранное 0 Ответвления 0

OSCHINA-MIRROR/mirrors-ONI-IDE

Присоединиться к Gitlife
Откройте для себя и примите участие в публичных проектах с открытым исходным кодом с участием более 10 миллионов разработчиков. Приватные репозитории также полностью бесплатны :)
Присоединиться бесплатно
Клонировать/Скачать
appveyor.yml 1013
Копировать Редактировать Web IDE Исходные данные Просмотреть построчно История
Bryan Phelps Отправлено 02.10.2018 19:25 fd6b301
# Test against the latest version of this Node.js version
environment:
nodejs_version: "8"
os: unstable
branches:
only:
- master
- /^release.*/
# Skip CI build if the changes match these rules exactly.
# Ie, if the BACKERS.md file is changed, we don't need to build.
skip_commits:
files:
- "**/*.md"
cache:
- .oni_build_cache -> package.json
platform:
- x86
- x64
# Install scripts. (runs after repo cloning)
install:
# Ensure the Git Submoduldes have been pulled down too
- git submodule update --init --recursive
# Get the latest stable version of Node.js or io.js
- ps: Install-Product node $env:nodejs_version
# Workaround https://github.com/npm/npm/issues/18380
- npm install -g yarn
- node --version
- npm --version
# install modules
- yarn install
- yarn run check-cached-binaries
# Post-install test scripts.
test_script:
- powershell build/script/appveyor-test.ps1
# Don't actually build.
build: off

Опубликовать ( 0 )

Вы можете оставить комментарий после Вход в систему

1
https://api.gitlife.ru/oschina-mirror/mirrors-ONI-IDE.git
git@api.gitlife.ru:oschina-mirror/mirrors-ONI-IDE.git
oschina-mirror
mirrors-ONI-IDE
mirrors-ONI-IDE
master