1 Star 0 Fork 4

chenwen202/2048-cpp

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
.appveyor.yml 263 Bytes
一键复制 编辑 原始数据 按行查看 历史
Michael Hirsch, Ph.D 提交于 2020-02-19 20:53 . cmake: add simple test
image:
- Ubuntu1804
environment:
MINGW_DIR: C:\mingw-w64\x86_64-7.2.0-posix-seh-rt_v5-rev1\mingw64\bin
clone_depth: 3
build: off
init:
- cmd: set PATH=%MINGW_DIR%;%PATH%
install:
- mkdir build && cd build
- cmake ..
- cmake --build .
test_script:
- ctest
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
C++
1
https://gitee.com/chenwen202/2048-cpp.git
[email protected]:chenwen202/2048-cpp.git
chenwen202
2048-cpp
2048-cpp
master

搜索帮助