Skip to content
This repository has been archived by the owner on Aug 8, 2023. It is now read-only.

Commit

Permalink
Run node render tests on macos-release bot, in addition to mbgl-rende…
Browse files Browse the repository at this point in the history
…r-tests run on linux
  • Loading branch information
astojilj committed Aug 6, 2019
1 parent 131ce55 commit e4d35d8
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 28 deletions.
7 changes: 7 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -559,6 +559,13 @@ test-node: node
npm run test-query
npm run test-expressions

.PHONY: test-node-all
test-node-all: node
npm test
npm run test-query
npm run test-expressions
npm run test-render

#### Android targets ###########################################################

MBGL_ANDROID_ABIS = arm-v7;armeabi-v7a
Expand Down
30 changes: 2 additions & 28 deletions circle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,6 @@ workflows:
branches:
ignore: /.*/
- macos-debug
- macos-render-tests
- qt5-linux-gcc5-release
- qt5-macos-debug
nightly:
Expand Down Expand Up @@ -372,7 +371,7 @@ commands:
steps:
- run:
name: Run node tests
command: make test-node
command: make test-node-all

run-node-linux-tests:
parameters:
Expand All @@ -387,14 +386,6 @@ commands:
xvfb-run --server-args="-screen 0 1024x768x24" \
logbt -- apitrace trace --api=egl -v make test-node
run-macos-render-tests:
steps:
- run:
name: Run render tests (mbgl-render-test)
command: |
build/mbgl-render-test --recycle-map --shuffle
no_output_timeout: 2m

run-linux-render-tests:
parameters:
node_version:
Expand Down Expand Up @@ -784,6 +775,7 @@ jobs:
- save-dependencies
- run-node-macos-tests
- publish-node-package
- upload-render-tests
- collect-xcode-build-logs
- upload-xcode-build-logs

Expand Down Expand Up @@ -1177,24 +1169,6 @@ jobs:
- collect-xcode-build-logs
- upload-xcode-build-logs

# ------------------------------------------------------------------------------
macos-render-tests:
macos:
xcode: "10.3.0"
environment:
BUILDTYPE: RelWithDebInfo
HOMEBREW_NO_AUTO_UPDATE: 1
HOMEBREW_NO_INSTALL_CLEANUP: 1
JOBS: 2
steps:
- install-macos-dependencies
- install-dependencies
- configure-cmake
- build-mbgl-render-test
- save-dependencies
- run-macos-render-tests
- upload-render-tests

# ------------------------------------------------------------------------------
qt5-linux-gcc5-release:
docker:
Expand Down

0 comments on commit e4d35d8

Please sign in to comment.