This commit is contained in:
Dane Walton 2022-04-29 12:16:19 -07:00
Родитель 9ea70acb22
Коммит a2a3046a69
3 изменённых файлов: 1 добавлений и 11 удалений

Просмотреть файл

@ -370,7 +370,7 @@ jobs:
then
LD_LIBRARY_PATH=/usr/local/lib
LD_LIBRARY_PATH=$LD_LIBRARY_PATH:/my_library/
sudo jenkins/linux_wolfssl.sh
sudo ./jenkins/linux_wolfssl.sh
fi
displayName: 'build'
env:

Просмотреть файл

@ -1,10 +0,0 @@
#!/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 "$@"
[ $? -eq 0 ] || exit $?

0
jenkins/linux_wolfssl.sh Normal file → Executable file
Просмотреть файл