mirror of
https://github.com/PowerShell/openssh-portable.git
synced 2025-07-30 01:05:14 +02:00
Add test against Valgrind.
This commit is contained in:
parent
e6528d91f1
commit
41d232e226
3
.github/configs
vendored
3
.github/configs
vendored
@ -55,6 +55,9 @@ case "$config" in
|
|||||||
LIBCRYPTOFLAGS="--without-openssl"
|
LIBCRYPTOFLAGS="--without-openssl"
|
||||||
TEST_TARGET=t-exec
|
TEST_TARGET=t-exec
|
||||||
;;
|
;;
|
||||||
|
valgrind)
|
||||||
|
TEST_TARGET=USE_VALGRIND=1
|
||||||
|
;;
|
||||||
*)
|
*)
|
||||||
echo "Unknown configuration $config"
|
echo "Unknown configuration $config"
|
||||||
exit 1
|
exit 1
|
||||||
|
3
.github/setup_ci.sh
vendored
3
.github/setup_ci.sh
vendored
@ -53,6 +53,9 @@ for TARGET in $TARGETS; do
|
|||||||
libressl-head)
|
libressl-head)
|
||||||
INSTALL_LIBRESSL_HEAD=yes
|
INSTALL_LIBRESSL_HEAD=yes
|
||||||
;;
|
;;
|
||||||
|
valgrind)
|
||||||
|
PACKAGES="$PACKAGES valgrind"
|
||||||
|
;;
|
||||||
*) echo "Invalid option '${TARGET}'"
|
*) echo "Invalid option '${TARGET}'"
|
||||||
exit 1
|
exit 1
|
||||||
;;
|
;;
|
||||||
|
1
.github/workflows/c-cpp.yml
vendored
1
.github/workflows/c-cpp.yml
vendored
@ -20,6 +20,7 @@ jobs:
|
|||||||
- { os: ubuntu-20.04, configs: hardenedmalloc }
|
- { os: ubuntu-20.04, configs: hardenedmalloc }
|
||||||
- { os: ubuntu-20.04, configs: libressl-head }
|
- { os: ubuntu-20.04, configs: libressl-head }
|
||||||
- { os: ubuntu-20.04, configs: openssl-head }
|
- { os: ubuntu-20.04, configs: openssl-head }
|
||||||
|
- { os: ubuntu-20.04, configs: valgrind }
|
||||||
- { os: ubuntu-18.04, configs: kerberos5 }
|
- { os: ubuntu-18.04, configs: kerberos5 }
|
||||||
- { os: ubuntu-18.04, configs: libedit }
|
- { os: ubuntu-18.04, configs: libedit }
|
||||||
- { os: ubuntu-18.04, configs: sk }
|
- { os: ubuntu-18.04, configs: sk }
|
||||||
|
Loading…
x
Reference in New Issue
Block a user