Skip to content

Commit

Permalink
Start the CI wars.
Browse files Browse the repository at this point in the history
  • Loading branch information
culler committed Nov 19, 2024
1 parent cfc28d6 commit b78a1aa
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion ci/linux/build_linux_tkgl.sh
Original file line number Diff line number Diff line change
Expand Up @@ -47,5 +47,5 @@ rm -rf build
echo building for tcl/tk 9
./configure --with-tcl=tcl9/unix --with-tk=tk9/unix
make
mv libtcl9Tkgl$TKGL_VERSION.so dist/Tkgl$TKGL_VERSION
mv *.so dist/Tkgl$TKGL_VERSION
mv pkgIndex.tcl dist/Tkgl$TKGL_VERSION
3 changes: 2 additions & 1 deletion ci/macOS/build_mac_tkgl.sh
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
#!/bin/bash
set -e
TKGL_VERSION=1.2.1
TCL8_SOURCE=tcl8.6.15-src.tar.gz
TCL9_SOURCE=tcl9.0.0-src.tar.gz
TK8_SOURCE=tk8.6.15-src.tar.gz
Expand Down Expand Up @@ -51,5 +52,5 @@ cd ..
mv build build9
./configure --with-tcl=build9/tcl/Tcl.framework --with-tk=build9/tk/Tk.framework
make CFLAGS="-arch x86_64 -arch arm64 -mmacosx-version-min=10.9"
mv libtcl9Tkgl$TKGL_VERSION.dylib dist/Tkgl$TKGL_VERSION
mv *.dylib dist/Tkgl$TKGL_VERSION
mv pkgIndex.tcl dist/Tkgl$TKGL_VERSION

0 comments on commit b78a1aa

Please sign in to comment.