1 Star 0 Fork 1

alanlovesy/orbtk

forked from sopoto/orbtk 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
.gitlab-ci.yml 824 Bytes
一键复制 编辑 原始数据 按行查看 历史
Florian Blasius 提交于 2019-11-15 10:42 . Release 0.3.1-alpha1
image: 'rust:latest'
stages:
- build
- test
variables:
CARGO_HOME: $CI_PROJECT_DIR/cargo
before_script:
- apt-get update -qq
- apt-get install -qq build-essential curl git
build:redox:
image: "redoxos/redoxer"
stage: build
script:
- redoxer build --verbose
cache:
paths:
- cargo/
- target/
build:linux:
stage: build
script:
- cargo build
cache:
paths:
- cargo/
- target/
build:web:
stage: build
before_script:
- cargo install --force cargo-web
script:
- cargo web build
cache:
paths:
- cargo/
- target/
test:linux:
stage: test
before_script:
- apt-get update && apt-get -y install cmake
- apt-get install libsdl2-dev -y
dependencies:
- build:linux
script:
- rustup default nightly
- cargo test
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/alanlovesy/orbtk.git
git@gitee.com:alanlovesy/orbtk.git
alanlovesy
orbtk
orbtk
master

搜索帮助

0d507c66 1850385 C8b1a773 1850385