From 98f379ece17c8acb6a91cb3fd5b16acc3f0d1698 Mon Sep 17 00:00:00 2001 From: "James E. King III" Date: Tue, 22 Jan 2019 09:22:04 -0500 Subject: THRIFT-4746: changes for publishing java library to maven; fix java debug vs. release build with cmake --- .travis.yml | 6 ++++++ 1 file changed, 6 insertions(+) (limited to '.travis.yml') diff --git a/.travis.yml b/.travis.yml index 5b931406a..aecdd130a 100644 --- a/.travis.yml +++ b/.travis.yml @@ -123,6 +123,12 @@ jobs: - script: build/docker/run.sh env: - JOB="CMake" + - BUILD_ARG="-DCMAKE_BUILD_TYPE=Debug" + + - script: build/docker/run.sh + env: + - JOB="CMake" + - BUILD_ARG="-DCMAKE_BUILD_TYPE=Release" # C++ specific options: compiler plug-in, threading model - script: build/docker/run.sh -- cgit v1.2.1