Skip to content

Commit 762f6f2

Browse files
committed
ci.sh: more traces
1 parent f111cb7 commit 762f6f2

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

ci.sh

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@ make all GNATMAKE="gnatmake -j4"
2525
sudo make install
2626
cd ..
2727

28+
which ghdl
2829
ghdl --version
2930

3031
set +x
@@ -73,15 +74,19 @@ curl -L $url | tar zxf -
7374
#ls
7475
#ls oss-cad-suite/lib
7576

77+
set -x
78+
echo $PATH
7679
PATH=$PATH:$PWD/oss-cad-suite/bin
7780

81+
which ghdl
7882
ghdl --version
7983

8084
#echo "yosys-config output:"
8185
#for f in cxx cxxflags ldflags ldlibs; do
8286
# echo -n " --$f: "
8387
# yosys-config --$f
8488
#done
89+
set +x
8590

8691
gend
8792
}
@@ -96,7 +101,7 @@ gstart "[Build] plugin" "$ANSI_MAGENTA"
96101
make LDFLAGS="$PWD/oss-cad-suite/lib/libstdc++.so.6"
97102
cp ghdl.so /tmp/ghdl_yosys.so
98103

99-
#ldd ghdl.so
104+
ldd ghdl.so
100105

101106
gend
102107

0 commit comments

Comments
 (0)