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 $?