6 Star 14 Fork 2

Gitee 极速下载 / Napa.js

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
此仓库是为了提升国内下载速度的镜像仓库,每日同步一次。 原始仓库: https://github.com/Microsoft/napajs
克隆/下载
appveyor.yml 804 Bytes
一键复制 编辑 原始数据 按行查看 历史
environment:
matrix:
# Windows Server 2012 R2 Visual C++ Build Tools 2015
- APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2015
nodejs_version: 6
# Windows Server 2012 R2 Visual C++ Build Tools 2015
- APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2015
nodejs_version: 8
# Windows Server 2016 Visual C++ Build Tools 2017
- APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2017
nodejs_version: 9
# Windows Server 2016 Visual C++ Build Tools 2017
- APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2017
nodejs_version: 10
platform:
- x64
install:
- ps: Install-Product node $env:nodejs_version $env:platform
- npm install cmake-js -g
- npm install --no-fetch
# Skip MSBuild stage
build: off
test_script:
- npm test
- npm run unittest
JavaScript
1
https://gitee.com/mirrors/Napa.js.git
git@gitee.com:mirrors/Napa.js.git
mirrors
Napa.js
Napa.js
master

搜索帮助