summaryrefslogtreecommitdiff
path: root/circle.yml
diff options
context:
space:
mode:
Diffstat (limited to 'circle.yml')
-rw-r--r--circle.yml16
1 files changed, 16 insertions, 0 deletions
diff --git a/circle.yml b/circle.yml
index d0446736be..45b6f1413c 100644
--- a/circle.yml
+++ b/circle.yml
@@ -66,6 +66,7 @@ workflows:
only:
- master
jobs:
+ - metrics-nightly
- ios-release-template:
name: ios-release-nightly
- ios-sanitize-nightly
@@ -958,6 +959,21 @@ jobs:
- upload-xcode-build-logs
# ------------------------------------------------------------------------------
+ metrics-nightly:
+ docker:
+ - image: mbgl/linux-gcc-5:54f59e3ac5
+ working_directory: /src
+ environment:
+ LIBSYSCONFCPUS: 2
+ JOBS: 2
+ steps:
+ - install-dependencies
+ - run:
+ name: Collect GitHub statistics
+ command: |
+ scripts/publish_github_stats.js
+
+# ------------------------------------------------------------------------------
ios-sanitize-nightly:
macos:
xcode: "10.1.0"