зеркало из https://github.com/Azure/azure-umqtt-c.git
Add Linux_c_gcc44.sh Script To Jenkins Folder -MQTT
This commit is contained in:
Родитель
1cfd14980e
Коммит
94bf230661
|
@ -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 $?
|
Загрузка…
Ссылка в новой задаче