2 Star 2 Fork 1

yupanpan/javacpp-presets

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
.appveyor.yml 4.17 KB
一键复制 编辑 原始数据 按行查看 历史
version: '{build}'
os: Visual Studio 2019
cache:
- C:\Users\appveyor\.m2 -> .appveyor.yml
- C:\Downloads -> .appveyor.yml
environment:
matrix:
- PROJ: "opencv,artoolkitplus,chilitags,flandmark,gym"
OS: windows-x86
- PROJ: "ffmpeg"
OS: windows-x86
- PROJ: "ffmpeg"
OS: windows-x86
EXT: -gpl
- PROJ: "flycapture,spinnaker,libdc1394,libfreenect,librealsense,librealsense2,videoinput"
OS: windows-x86
- PROJ: "hdf5"
OS: windows-x86
- PROJ: "mkl"
OS: windows-x86
- PROJ: "openblas"
OS: windows-x86
- PROJ: "arpack-ng,cminpack,fftw,gsl"
OS: windows-x86
- PROJ: "cpython,numpy,scipy"
OS: windows-x86
- PROJ: "llvm"
OS: windows-x86
- PROJ: "leptonica,tesseract"
OS: windows-x86
- PROJ: "ale"
OS: windows-x86
- PROJ: "liquidfun"
OS: windows-x86
- PROJ: "cpu_features,systems"
OS: windows-x86
- PROJ: "opencv,artoolkitplus,chilitags,flandmark,gym"
OS: windows-x86_64
- PROJ: "ffmpeg"
OS: windows-x86_64
- PROJ: "ffmpeg"
OS: windows-x86_64
EXT: -gpl
- PROJ: "flycapture,spinnaker,libdc1394,libfreenect,libfreenect2,librealsense,librealsense2,videoinput"
OS: windows-x86_64
- PROJ: "arrow"
OS: windows-x86_64
- PROJ: "hdf5"
OS: windows-x86_64
- PROJ: "hyperscan"
OS: windows-x86_64
- PROJ: "mkl"
OS: windows-x86_64
- PROJ: "mkl-dnn,dnnl"
OS: windows-x86_64
- PROJ: "openblas"
OS: windows-x86_64
- PROJ: "arpack-ng,cminpack,fftw,gsl"
OS: windows-x86_64
- PROJ: "cpython,numpy,scipy"
OS: windows-x86_64
- PROJ: "llvm"
OS: windows-x86_64
- PROJ: "libpostal"
OS: windows-x86_64
- PROJ: "leptonica,tesseract"
OS: windows-x86_64
- PROJ: "cuda"
OS: windows-x86_64
- PROJ: "mxnet"
OS: windows-x86_64
- PROJ: "tensorflow"
OS: windows-x86_64
- PROJ: "tensorrt"
OS: windows-x86_64
- PROJ: "ale"
OS: windows-x86_64
- PROJ: "onnxruntime"
OS: windows-x86_64
- PROJ: "tvm"
OS: windows-x86_64
- PROJ: "liquidfun"
OS: windows-x86_64
- PROJ: "qt"
OS: windows-x86_64
- PROJ: "cpu_features,systems"
OS: windows-x86_64
- PROJ: "opencv"
OS: windows-x86_64
EXT: -gpu
- PROJ: "mxnet"
OS: windows-x86_64
EXT: -gpu
# - PROJ: "tensorflow"
# OS: windows-x86_64
# EXT: -gpu
# PARTIAL_CPPBUILD: "1"
- PROJ: "tensorflow"
OS: windows-x86_64
EXT: -gpu
# - PROJ: "tensorflow"
# OS: windows-x86_64
# EXT: -python
# - PROJ: "tensorflow"
# OS: windows-x86_64
# EXT: -python-gpu
- PROJ: "onnxruntime"
OS: windows-x86_64
EXT: -gpu
- PROJ: "tvm"
OS: windows-x86_64
EXT: -gpu
for:
-
matrix:
only:
- PARTIAL_CPPBUILD: "1"
after_build:
- appveyor PushArtifact "%APPVEYOR_BUILD_FOLDER%\%PROJ%-cppbuild.zip"
init:
# uncomment this if you need to enable RDP for this build run
# - ps: iex ((new-object net.webclient).DownloadString('https://raw.githubusercontent.com/appveyor/ci/master/scripts/enable-rdp.ps1'))
- 'fsutil fsinfo drives'
- 'fsutil volume diskfree c:'
- wmic computersystem set AutomaticManagedPagefile=False
- wmic pagefile list /format:list
# - wmic pagefileset create name="C:\pagefile.sys"
- wmic pagefileset where name="C:\\pagefile.sys" set InitialSize=8192,MaximumSize=8192
- wmic pagefileset list /format:list
# - ps: write-host "Restarting..."
# - ps: sleep 5
# - ps: restart-computer -f
# - ps: sleep 5
# - ps: write-host "Restarted."
- wmic pagefile list /format:list
install:
- 'echo install section'
build_script:
- 'echo build step for %PROJ%'
- '%APPVEYOR_BUILD_FOLDER%\ci\build.cmd "%PROJ%"'
test_script:
- 'echo no tests'
on_finish:
- 'fsutil fsinfo drives'
- 'fsutil volume diskfree c:'
- wmic pagefile list /format:list
# uncomment this for the RDP session to remain active after the build ends
# - ps: $blockRdp = $true; iex ((new-object net.webclient).DownloadString('https://raw.githubusercontent.com/appveyor/ci/master/scripts/enable-rdp.ps1'))
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/yupanpanw/javacpp-presets.git
[email protected]:yupanpanw/javacpp-presets.git
yupanpanw
javacpp-presets
javacpp-presets
master

搜索帮助