mirror of
https://github.com/Oxalide/vsphere-influxdb-go.git
synced 2023-10-10 13:36:51 +02:00
18 lines
450 B
YAML
18 lines
450 B
YAML
clone:
|
|
tags: true
|
|
path: github.com/vmware/govmomi
|
|
build:
|
|
image: golang:1.7
|
|
pull: true
|
|
environment:
|
|
- GOVC_TEST_URL=$$GOVC_TEST_URL
|
|
- GOVC_INSECURE=1
|
|
- VCA=1
|
|
commands:
|
|
- make all install
|
|
- git clone https://github.com/sstephenson/bats.git /tmp/bats
|
|
- /tmp/bats/install.sh /usr/local
|
|
- apt-get -qq update && apt-get install -yqq uuid-runtime bsdmainutils jq
|
|
- govc/test/images/update.sh
|
|
- bats govc/test
|