1 Star 0 Fork 2

blutter/zxing-cpp

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
.travis.yml 388 Bytes
一键复制 编辑 原始数据 按行查看 历史
axxel 提交于 2019-10-03 01:54 +08:00 . add the blackbox WriterTest to the travis check
language: cpp
dist: bionic
os:
- linux
script:
- mkdir build && cd build
- cmake ../core
- make -j10
- cd ..
- mkdir build-unit && cd build-unit
- cmake ../test/unit
- make -j10
- ./ZXingUnitTest
- cd ..
- mkdir build-test && cd build-test
- cmake -DCMAKE_BUILD_TYPE=Release ../test/blackbox
- make -j10
- ./ReaderTest ../test/samples
- ./WriterTest
- ./ReaderTest *.png
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
C++
1
https://gitee.com/blutter/zxing-cpp.git
git@gitee.com:blutter/zxing-cpp.git
blutter
zxing-cpp
zxing-cpp
master

搜索帮助