1 Star 1 Fork 0

scriptiot/iotjs

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
appveyor.yml 898 Bytes
一键复制 编辑 原始数据 按行查看 历史
version: "{build}"
branches:
except:
- coverity_scan
- gh_pages
skip_tags: true
image:
- Visual Studio 2017
configuration:
- Debug
- Release
platform:
- Win32
- x64
init:
- cmd: |
if "%PLATFORM%"=="Win32" set SYS_ARCH=i686
if "%PLATFORM%"=="x64" set SYS_ARCH=x86_64
cmake -version
install:
- ps: |
Install-Product node 10.15.3
artifacts:
- path: build\%SYS_ARCH%-windows\$(configuration)\bin\$(configuration)\
name: IoTjsbinary
before_build:
- cmd: |
tools\build.py --experimental --buildtype=%CONFIGURATION% --target-arch=%SYS_ARCH% --jerry-profile=es2015-subset --n-api
build:
project: build\%SYS_ARCH%-windows\%CONFIGURATION%\IOTJS.sln
parallel: true
verbosity: minimal
before_test:
- cmd: npm install
test_script:
- cmd: |
tools\testrunner.py build\%SYS_ARCH%-windows\%CONFIGURATION%\bin\%CONFIGURATION%\iotjs.exe
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/scriptiot/iotjs.git
git@gitee.com:scriptiot/iotjs.git
scriptiot
iotjs
iotjs
master

搜索帮助