From 460643b21310d4ce40b355cc9e365da4e7cba8e3 Mon Sep 17 00:00:00 2001 From: Bruno de Oliveira Abinader Date: Thu, 13 Jul 2017 14:54:09 +0300 Subject: [build] Publish node packages with RelWithDebInfo --- circle.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'circle.yml') diff --git a/circle.yml b/circle.yml index 81826102e5..221ddd2f08 100644 --- a/circle.yml +++ b/circle.yml @@ -265,7 +265,7 @@ jobs: environment: LIBSYSCONFCPUS: 4 JOBS: 4 - BUILDTYPE: Release + BUILDTYPE: RelWithDebInfo WITH_EGL: 1 PACKAGE_JSON_VERSION: $(node -e "console.log(require('./package.json').version)") PUBLISH: $([[ "${CIRCLE_BRANCH}" == "node-v${PACKAGE_JSON_VERSION}" ]] && echo true) @@ -289,7 +289,7 @@ jobs: environment: LIBSYSCONFCPUS: 4 JOBS: 4 - BUILDTYPE: Release + BUILDTYPE: RelWithDebInfo WITH_EGL: 1 PACKAGE_JSON_VERSION: $(node -e "console.log(require('./package.json').version)") PUBLISH: $([[ "${CIRCLE_BRANCH}" == "node-v${PACKAGE_JSON_VERSION}" ]] && echo true) -- cgit v1.2.1