Skip to content

Commit 26dd65c

Browse files
committed
(actions) log env vars
1 parent 0760a46 commit 26dd65c

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

scripts/ci/configure.sh

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,11 @@
44
BASEDIR=$(dirname $0)
55
source $BASEDIR/defaults.sh
66

7+
echo -e "\e[35m\e[1mWITH_CMAKE: ${WITH_CMAKE}\e[0m"
8+
echo -e "\e[35m\e[1mWITH_IO: ${WITH_IO}\e[0m"
9+
echo -e "\e[35m\e[1mWITH_CUDA: ${WITH_CUDA}\e[0m"
10+
echo -e "\e[35m\e[1mWITH_CUDNN: ${WITH_CUDNN}\e[0m"
11+
712
if ! $WITH_CMAKE ; then
813
source $BASEDIR/configure-make.sh
914
else

0 commit comments

Comments
 (0)