We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a7ea175 commit 51c10b7Copy full SHA for 51c10b7
make-ci.sh
@@ -5,7 +5,7 @@ machine=$(uname -sm | tr ' ' -)
5
6
# compile kbskit + sdx into build dir
7
builddir="kbskit_$machine"
8
-MAKEFLAGS=-j4 ./kbs.tcl -r -v -builddir="$(pwd)/$builddir" -make=make -tar=tar install kbskit8.6 sdx tablelist6.16 img1.4.13 tkdnd2.9 photoresize0.2 tdom0.9.2 vectcl0.3 vectcltk0.2 tcltls tktable2.10
+MAKEFLAGS=-j4 ./kbs.tcl -r -v -builddir="$(pwd)/$builddir" -make=make -tar=tar install kbskit8.6 sdx tablelist6.16 img1.4.13 tkdnd2.9 photoresize0.2 tdom0.9.2 vectcl0.3 vectcltk0.2
9
# explicit -make=make is needed, because otherwise "gmake" is tried first,
10
# which is alien under git-sdk on Github Actions Windows
11
0 commit comments