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

OSCHINA-MIRROR/wechaty-wechaty-getting-started

Присоединиться к Gitlife
Откройте для себя и примите участие в публичных проектах с открытым исходным кодом с участием более 10 миллионов разработчиков. Приватные репозитории также полностью бесплатны :)
Присоединиться бесплатно
Клонировать/Скачать
appveyor.yml 960
Копировать Редактировать Web IDE Исходные данные Просмотреть построчно История
Huan LI Отправлено 01.07.2019 10:38 cec511c
# http://www.appveyor.com/docs/appveyor-yml
# Test against these versions of Io.js and Node.js.
environment:
matrix:
- nodejs_version: "10"
# Install scripts. (runs after repo cloning)
install:
# Get the latest stable version of Node.js or io.js
- ps: Install-Product node $env:nodejs_version
# chocolatey install jq - https://chocolatey.org/packages/jq
- choco install jq
# install modules
# Workaround for https://github.com/appveyor/ci/issues/2420
- set "PATH=%PATH%;C:\Program Files\Git\mingw64\libexec\git-core"
- npm install
# Post-install test scripts.
test_script:
- node --version
- npm --version
# https://bugs.chromium.org/p/chromium/issues/detail?id=158372#c6
- wmic datafile where name="C:\\Program Files (x86)\\Google\\Chrome\\Application\\chrome.exe" get Version /value
- npm run test:smoke
# Don't actually build.
build: off
# Set build version format here instead of in the admin panel.
version: "{build}"

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

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

1
https://api.gitlife.ru/oschina-mirror/wechaty-wechaty-getting-started.git
git@api.gitlife.ru:oschina-mirror/wechaty-wechaty-getting-started.git
oschina-mirror
wechaty-wechaty-getting-started
wechaty-wechaty-getting-started
master