Skip to content
This repository has been archived by the owner on Jun 23, 2020. It is now read-only.
This repository has been archived by the owner on Jun 23, 2020. It is now read-only.

driver: vmware fusion #15

Open
bradrydzewski opened this issue Oct 9, 2018 · 0 comments
Open

driver: vmware fusion #15

bradrydzewski opened this issue Oct 9, 2018 · 0 comments

Comments

@bradrydzewski
Copy link
Member

support vmware fusion. The yaml configuration would look something like below. The type parameter would be used to differentiate between vm and container pipelines, and would unmsarshal to a different structure.

---
version: 1
kind: pipeline
type: vmwarefusion

settings:
  image: osx.img

platform:
  os: osx
  arch: amd64

steps:
- name: build
  commands:
  - go build
  - go test
@bradrydzewski bradrydzewski changed the title support vmware fusion driver: vmware fusion Oct 24, 2018
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant