mirror of
https://github.com/yunionio/cloudpods.git
synced 2026-05-06 21:52:54 +08:00
30 lines
503 B
YAML
30 lines
503 B
YAML
sudo: false
|
|
|
|
dist: bionic
|
|
|
|
addons:
|
|
apt:
|
|
sources:
|
|
- sourceline: "deb https://download.ceph.com/debian-luminous/ bionic main"
|
|
key_url: "https://download.ceph.com/keys/release.asc"
|
|
packages:
|
|
- build-essential
|
|
- libcephfs-dev
|
|
- librbd-dev
|
|
- librados-dev
|
|
|
|
language: go
|
|
go:
|
|
- 1.14.x
|
|
go_import_path: yunion.io/x/onecloud
|
|
cache:
|
|
directories:
|
|
- $HOME/.cache/go-build
|
|
|
|
git:
|
|
depth: 8
|
|
|
|
script:
|
|
- make -j$(nproc) ONECLOUD_CI_BUILD=1
|
|
- ls -lh _output/bin
|