From 94bf230661b73700264eacd62c2e53ebc640fad8 Mon Sep 17 00:00:00 2001 From: Said Fathelbab Date: Tue, 13 Sep 2016 13:14:27 -0700 Subject: [PATCH] Add Linux_c_gcc44.sh Script To Jenkins Folder -MQTT --- jenkins/linux_c_gcc44.sh | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100755 jenkins/linux_c_gcc44.sh diff --git a/jenkins/linux_c_gcc44.sh b/jenkins/linux_c_gcc44.sh new file mode 100755 index 0000000..433d5a7 --- /dev/null +++ b/jenkins/linux_c_gcc44.sh @@ -0,0 +1,10 @@ +#!/bin/bash +# Copyright (c) Microsoft. All rights reserved. +# Licensed under the MIT license. See LICENSE file in the project root for full license information. + +build_root=$(cd "$(dirname "$0")/.." && pwd) +cd $build_root + +# -- C -- +./build_all/linux/build.sh --skip-unittests "$@" +[ $? -eq 0 ] || exit $?