Skip to content

Commit

Permalink
rm mac unit tests (temporarily)
Browse files Browse the repository at this point in the history
  • Loading branch information
zreyn committed Jan 30, 2019
1 parent 7ebbfbb commit 1d09c11
Showing 1 changed file with 24 additions and 24 deletions.
48 changes: 24 additions & 24 deletions .buildkite/pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -87,31 +87,31 @@ steps:
# UNIT TESTING
- wait

- command: | # High Sierra Unit Tests
echo "--- :arrow_down: Downloading build directory" && \
buildkite-agent artifact download "build.tar.gz" . --step ":darwin: High Sierra Build" && \
tar -zxf build.tar.gz && \
echo "+++ :microscope: Running unit tests on macOS High Sierra" && \
cd build && \
ctest -V
label: ":darwin: High Sierra Unit Tests"
agents:
role: "macos-tester"
os: "high-sierra"
timeout: 120
# - command: | # High Sierra Unit Tests
# echo "--- :arrow_down: Downloading build directory" && \
# buildkite-agent artifact download "build.tar.gz" . --step ":darwin: High Sierra Build" && \
# tar -zxf build.tar.gz && \
# echo "+++ :microscope: Running unit tests on macOS High Sierra" && \
# cd build && \
# ctest -V
# label: ":darwin: High Sierra Unit Tests"
# agents:
# role: "macos-tester"
# os: "high-sierra"
# timeout: 120

- command: | # Mojave Unit Tests
echo "--- :arrow_down: Downloading build directory" && \
buildkite-agent artifact download "build.tar.gz" . --step ":darwin: Mojave Build" && \
tar -zxf build.tar.gz && \
echo "+++ :microscope: Running unit tests on macOS Mojave" && \
cd build && \
ctest -V
label: ":darwin: Mojave Unit Tests"
agents:
role: "tester"
os: "mojave"
timeout: 120
# - command: | # Mojave Unit Tests
# echo "--- :arrow_down: Downloading build directory" && \
# buildkite-agent artifact download "build.tar.gz" . --step ":darwin: Mojave Build" && \
# tar -zxf build.tar.gz && \
# echo "+++ :microscope: Running unit tests on macOS Mojave" && \
# cd build && \
# ctest -V
# label: ":darwin: Mojave Unit Tests"
# agents:
# role: "tester"
# os: "mojave"
# timeout: 120

- command: | # Ubuntu 18.04 Unit Tests
echo "--- :arrow_down: Downloading build directory" && \
Expand Down

0 comments on commit 1d09c11

Please sign in to comment.