mirror of
https://github.com/ceph/go-ceph
synced 2024-12-14 18:37:17 +00:00
19a37c4565
Signed-off-by: Noah Watkins <nwatkins@redhat.com>
19 lines
303 B
YAML
19 lines
303 B
YAML
sudo: required
|
|
services:
|
|
- docker
|
|
|
|
branches:
|
|
except:
|
|
- gh-pages
|
|
|
|
#matrix:
|
|
# include:
|
|
# - env: CEPH_RELEASE=jewel
|
|
# - env: CEPH_RELEASE=kraken
|
|
|
|
before_install:
|
|
- docker build -t ceph-golang-ci .
|
|
|
|
script:
|
|
- docker run --rm -it -v ${PWD}:/go/src/github.com/ceph/go-ceph:z ceph-golang-ci
|