Skip to content

Commit

Permalink
cirrus: update ref to Tcl version for OSX test
Browse files Browse the repository at this point in the history
  • Loading branch information
xdelaruelle committed Dec 13, 2024
1 parent d5bd980 commit ca8ef4c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .cirrus.yml
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ task:
# keep Tcl 8 as current Nagelfar archive requires 8.5+, but not Tcl 9
- brew install md5sha1sum expect dejagnu grep fish r tcl-tk@8 gzip powershell
configure_script:
- ./configure --prefix=/tmp/modules --with-loadedmodules=null:dot --with-tcl=/opt/homebrew/Cellar/tcl-tk@8/8.6.15/lib
- ./configure --prefix=/tmp/modules --with-loadedmodules=null:dot --with-tcl=/opt/homebrew/Cellar/tcl-tk@8/8.6.16/lib
<< : *BUILD_INSTALL_TEST_TEMPLATE
coverage_script:
- for f in tcl/*.tcl; do script/nglfar2ccov $f; done
Expand Down

0 comments on commit ca8ef4c

Please sign in to comment.