Skip to content

Commit ca0881c

Browse files
committed
adding echos to see which installdeps bash script is running in which ci task
Signed-off-by: grdanny <danny.gr@gmail.com>
1 parent 81c56f4 commit ca0881c

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

src/build-scripts/gh-installdeps.bash

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,8 @@
88

99
set -ex
1010

11+
echo "gh-installdeps.bash"
12+
1113

1214
#
1315
# Install system packages when those are acceptable for dependencies.

src/build-scripts/gh-win-installdeps.bash

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@
44
# SPDX-License-Identifier: Apache-2.0
55
# https://github.com/AcademySoftwareFoundation/OpenImageIO
66

7+
echo "gh-win-installdeps.bash"
8+
79
DEP_DIR="$PWD/dist/$PLATFORM"
810
mkdir -p "$DEP_DIR"
911
mkdir -p ext

0 commit comments

Comments
 (0)