From f31b3d2ce5fa75be3eabe49a57e34d9c7f1b598b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Konstantin=20K=C3=A4fer?= Date: Tue, 12 May 2015 15:15:05 +0200 Subject: build render binary --- scripts/linux/run.sh | 3 +++ scripts/osx/run.sh | 3 +++ 2 files changed, 6 insertions(+) (limited to 'scripts') diff --git a/scripts/linux/run.sh b/scripts/linux/run.sh index c4731b97ec..0412459a18 100755 --- a/scripts/linux/run.sh +++ b/scripts/linux/run.sh @@ -43,6 +43,9 @@ git submodule update --init styles mapbox_time "compile_program" \ make linux -j${JOBS} BUILDTYPE=${BUILDTYPE} +mapbox_time "compile_render_binary" \ +make render -j${JOBS} BUILDTYPE=${BUILDTYPE} + mapbox_time "compile_tests" \ make test -j${JOBS} BUILDTYPE=${BUILDTYPE} diff --git a/scripts/osx/run.sh b/scripts/osx/run.sh index b84ed04c21..f386318c8b 100755 --- a/scripts/osx/run.sh +++ b/scripts/osx/run.sh @@ -23,5 +23,8 @@ git submodule update --init styles mapbox_time "compile_program" \ make xosx -j${JOBS} BUILDTYPE=${BUILDTYPE} +mapbox_time "compile_render_binary" \ +make xrender -j${JOBS} BUILDTYPE=${BUILDTYPE} + mapbox_time "compile_tests" \ make xtest -j${JOBS} BUILDTYPE=${BUILDTYPE} -- cgit v1.2.1