1 Star 0 Fork 0

libsdl-org / game-music-emu

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
bitbucket-pipelines.yml 897 Bytes
一键复制 编辑 原始数据 按行查看 历史
Michael Pyne 提交于 2019-08-01 19:40 . YAML is the worst.
# This is a sample build configuration for C++.
# Check our guides at https://confluence.atlassian.com/x/VYk8Lw for more examples.
# Only use spaces to indent your .yml configuration.
# -----
# You can specify a custom docker image from Docker Hub as your build environment.
image: gcc:8
pipelines:
default:
- parallel:
- step:
# Test whether it compiles on older GCC
image: gcc:6
name: GCC 6 compile
script:
- apt-get -qq update && apt-get -qq install -y cmake
- mkdir build && cd build && cmake ../ && make
- cd demo && make
- step:
# Test whether it compiles on newer GCC
image: gcc:8
name: GCC 8 compile
script:
- apt-get -qq update && apt-get -qq install -y cmake
- mkdir build && cd build && cmake ../ && make
- cd demo && make
1
https://gitee.com/libsdl-org/game-music-emu.git
git@gitee.com:libsdl-org/game-music-emu.git
libsdl-org
game-music-emu
game-music-emu
v0.6.3-SDL

搜索帮助