From e742b308d7559f09ac5927b44f695e14bc224a39 Mon Sep 17 00:00:00 2001 From: Bjørn Christian Seime Date: Thu, 19 Oct 2017 10:55:53 +0200 Subject: Do full build for both master branch and PRs --- travis/travis-build-cpp.sh | 20 -------------------- 1 file changed, 20 deletions(-) delete mode 100755 travis/travis-build-cpp.sh (limited to 'travis/travis-build-cpp.sh') diff --git a/travis/travis-build-cpp.sh b/travis/travis-build-cpp.sh deleted file mode 100755 index 07b3c90e718..00000000000 --- a/travis/travis-build-cpp.sh +++ /dev/null @@ -1,20 +0,0 @@ -#!/bin/bash -# Copyright 2017 Yahoo Holdings. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root. -set -e - -source /source/travis/prelude.sh -source ${SOURCE_DIR}/travis/cpp-prelude.sh - -BUILD_DIR=~/build -mkdir "${BUILD_DIR}" - -cd ${SOURCE_DIR} -./bootstrap.sh java -mvn install --no-snapshot-updates --batch-mode --threads ${NUM_THREADS} \ - -Dmaven.test.skip=true -Dmaven.javadoc.skip=true -Dmaven.source.skip=true -cd ${BUILD_DIR} -bash ${SOURCE_DIR}/bootstrap-cmake.sh ${SOURCE_DIR} -make -j ${NUM_THREADS} -make install -ctest3 --output-on-failure -j ${NUM_THREADS} -ccache --show-stats -- cgit v1.2.3