1 Star 0 Fork 2

张成浩/box64

forked from wine-ce/box64 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
.travis.yml 463 Bytes
一键复制 编辑 原始数据 按行查看 历史
language: c
arch:
- amd64
- arm64-graviton2
os: linux
dist: focal
compiler:
- gcc
addons:
apt:
packages:
- python3
#Build steps
before_script:
- mkdir build
- cd build
- if [ "$TRAVIS_CPU_ARCH" = "arm64" ]; then cmake .. -DRK3399=1 -DCMAKE_BUILD_TYPE=RelWithDebInfo ; else cmake .. -DLD80BITS=1 -DNOALIGN=1 -DCMAKE_BUILD_TYPE=RelWithDebInfo ; fi
script:
- make
- ctest --output-on-failure
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/350039774/box64.git
git@gitee.com:350039774/box64.git
350039774
box64
box64
wine-ce

搜索帮助

0d507c66 1850385 C8b1a773 1850385