mirror of
https://github.com/envmodules/modules.git
synced 2026-05-30 00:12:31 +08:00
cirrus/gh: add --enable-new-features on two CI test cases
This commit is contained in:
@@ -142,7 +142,7 @@ task:
|
||||
apt-get update
|
||||
apt-get install -y powershell
|
||||
configure_script:
|
||||
- ./configure --with-tclsh=tclsh8.6 --prefix /tmp/modules --with-tcl=/usr/lib/tcl8.6 --enable-append-manpath --enable-append-binpath --with-bin-search-path=/usr/bin:/bin --enable-silent-shell-debug-support --enable-windows-support --with-loadedmodules=null:dot --enable-quarantine-support --with-quarantine-vars=LD_LIBRARY_PATH --with-dark-background-colors='hi=1:se=2:er=91:wa=93:mp=1;94:di=94:al=96:sy=95' --enable-foo FOO=bar
|
||||
- ./configure --with-tclsh=tclsh8.6 --prefix /tmp/modules --with-tcl=/usr/lib/tcl8.6 --enable-append-manpath --enable-append-binpath --with-bin-search-path=/usr/bin:/bin --enable-silent-shell-debug-support --enable-windows-support --with-loadedmodules=null:dot --enable-quarantine-support --with-quarantine-vars=LD_LIBRARY_PATH --enable-new-features --with-dark-background-colors='hi=1:se=2:er=91:wa=93:mp=1;94:di=94:al=96:sy=95' --enable-foo FOO=bar
|
||||
<< : *BUILD_INSTALL_TEST_TEMPLATE
|
||||
<< : *ARTIFACTS_TEMPLATE
|
||||
|
||||
|
||||
2
.github/workflows/linux_tests.yaml
vendored
2
.github/workflows/linux_tests.yaml
vendored
@@ -196,7 +196,7 @@ jobs:
|
||||
tcl86:
|
||||
runs-on: ubuntu-20.04
|
||||
env:
|
||||
CONFIGURE_OPTS: --with-tclsh=tclsh8.6 --prefix=/tmp/modules --libdir=/tmp/modules/lib64 --enable-multilib-support
|
||||
CONFIGURE_OPTS: --with-tclsh=tclsh8.6 --prefix=/tmp/modules --libdir=/tmp/modules/lib64 --enable-multilib-support --enable-new-features
|
||||
COVERAGE: y
|
||||
COVERAGE_OLDTCL: y
|
||||
COVERAGE_MULTILIB: y
|
||||
|
||||
Reference in New Issue
Block a user