diff options
author | Konstantin Käfer <mail@kkaefer.com> | 2014-07-14 15:31:39 -0700 |
---|---|---|
committer | Konstantin Käfer <mail@kkaefer.com> | 2014-07-14 15:31:39 -0700 |
commit | 37bb2ff0484bbac6bc23bd4be40d5006f74ed7c0 (patch) | |
tree | 2d4e165c551dc348e9c6516ce5fbab8b41ccfb93 /Makefile | |
parent | af9293a65b7d29ebe7eec9d4446bd90d283b65af (diff) | |
download | qtlocation-mapboxgl-37bb2ff0484bbac6bc23bd4be40d5006f74ed7c0.tar.gz |
don't force Testing build on linux
[skip ci]
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -42,7 +42,7 @@ xtest: config.gypi clear_xcode_cache node # Builds the linux app with make. This is also used by Travis CI linux: config.gypi linux/llmr-app.gyp node deps/run_gyp linux/llmr-app.gyp --depth=. -Goutput_dir=.. --generator-output=./build/linux -f make - $(MAKE) -C build/linux BUILDTYPE=Testing V=$(V) linuxapp + $(MAKE) -C build/linux BUILDTYPE=$(BUILDTYPE) V=$(V) linuxapp # Executes the Linux binary run-linux: linux |