Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions .cicd/pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@ steps:

- label: ":darwin: macOS 10.14 - Build"
command:
- "brew update && brew upgrade"
- "brew install git cmake"
- "git clone $BUILDKITE_REPO eos-vm && cd eos-vm && git checkout $BUILDKITE_COMMIT && git submodule update --init --recursive"
- "cd eos-vm && ./.cicd/build.sh"
Expand All @@ -59,6 +60,7 @@ steps:

- label: ":darwin: macOS 10.15 - Build"
command:
- "brew update && brew upgrade"
- "brew install git cmake"
- "git clone $BUILDKITE_REPO eos-vm && cd eos-vm && git checkout $BUILDKITE_COMMIT && git submodule update --init --recursive"
- "cd eos-vm && ./.cicd/build.sh"
Expand Down Expand Up @@ -117,6 +119,7 @@ steps:

- label: ":darwin: macOS 10.14 - Test"
command:
- "brew update && brew upgrade"
- "brew install git cmake"
- "git clone $BUILDKITE_REPO eos-vm && cd eos-vm && git checkout $BUILDKITE_COMMIT && git submodule update --init --recursive"
- "cd eos-vm && ./.cicd/test.sh ':darwin: macOS 10.14 - Build'"
Expand All @@ -135,6 +138,7 @@ steps:

- label: ":darwin: macOS 10.15 - Test"
command:
- "brew update && brew upgrade"
- "brew install git cmake"
- "git clone $BUILDKITE_REPO eos-vm && cd eos-vm && git checkout $BUILDKITE_COMMIT && git submodule update --init --recursive"
- "cd eos-vm && ./.cicd/test.sh ':darwin: macOS 10.15 - Build'"
Expand Down