azure-iot-pal-esp32/jenkins/ubuntu1510_c.sh

12 строки
365 B
Bash
Executable File

#!/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/sdk/c-utility/build_all/linux
# -- C --
./build.sh --run-unittests --run_valgrind --build-root $build_root "$@" #-x
[ $? -eq 0 ] || exit $?