mirror of
https://github.com/meteor/meteor.git
synced 2026-05-02 03:01:46 -04:00
Use a custom base image for CircleCI tests.
In order to install Gradle, which is required for Cordova tests to run in the Meteor self-test suite, this image slightly builds upon the CircleCI image we'd been using previously.
This commit is contained in:
committed by
Ben Newman
parent
fc822ce1e0
commit
34ce287d31
@@ -69,7 +69,7 @@ run_save_node_bin: &run_save_node_bin
|
||||
build_machine_environment: &build_machine_environment
|
||||
# Specify that we want an actual machine (ala Circle 1.0), not a Docker image.
|
||||
docker:
|
||||
- image: circleci/android:api-26-node8-alpha
|
||||
- image: meteor/circleci
|
||||
environment:
|
||||
# This multiplier scales the waitSecs for selftests.
|
||||
TIMEOUT_SCALE_FACTOR: 8
|
||||
|
||||
Reference in New Issue
Block a user