Add Linux_c_gcc44.sh Script To Jenkins Folder -MQTT

This commit is contained in:
Said Fathelbab 2016-09-13 13:14:27 -07:00
Родитель 1cfd14980e
Коммит 94bf230661
1 изменённых файлов: 10 добавлений и 0 удалений

10
jenkins/linux_c_gcc44.sh Executable file
Просмотреть файл

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