1 Star 0 Fork 0

duchenhong/gpuowl

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
.travis.yml 789 Bytes
一键复制 编辑 原始数据 按行查看 历史
language: cpp
matrix:
include:
- name: "Ubuntu 20.04 (gcc)"
os: linux
dist: focal
compiler: gcc
virt: vm
- name: "Ubuntu 20.04 (clang)"
os: linux
dist: focal
compiler: clang
virt: vm
- name: "Windows"
os: windows
install: choco install python3 --version=3.8.8
env: PATH=/c/Python38:/c/Python38/Scripts:$PATH
script:
- mingw32-make gpuowl-win.exe
- ./gpuowl-win.exe -h
allow_failures:
- compiler: gcc
os: linux
dist: bionic
- compiler: clang
- os: windows
install:
- sudo apt-get -yqq update
- sudo apt-get -yqq install cppcheck ocl-icd-opencl-dev
script:
- make -j "$(nproc)"
- ./gpuowl -h
- cppcheck --enable=all --force .
- bash -c 'shopt -s globstar; shellcheck -s bash **/*.sh || true'
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/duchenhong/gpuowl.git
git@gitee.com:duchenhong/gpuowl.git
duchenhong
gpuowl
gpuowl
master

搜索帮助

23e8dbc6 1850385 7e0993f3 1850385