Disable universal2 macOS builds (#175)

* Disable universal2 macOS builds

* Debug

* Disable universal build and tcl test
This commit is contained in:
Vladimir Safonkin
2022-07-11 16:09:47 +02:00
committed by GitHub
parent eaa180e241
commit 714163cc44
2 changed files with 9 additions and 8 deletions

View File

@ -50,11 +50,11 @@ Describe "Tests" {
}
# linux has no display name and no $DISPLAY environment variable - skip tk test
if (-not (($Platform -match "ubuntu") -or ($Platform -match "linux"))) {
It "Check if tcl/tk has the same headed and library versions" {
"python ./sources/tcltk.py" | Should -ReturnZeroExitCode
}
}
# if (-not (($Platform -match "ubuntu") -or ($Platform -match "linux"))) {
# It "Check if tcl/tk has the same headed and library versions" {
# "python ./sources/tcltk.py" | Should -ReturnZeroExitCode
# }
# }
if (($Version -ge "3.2.0") -and -not ([semver]"$($Version.Major).$($Version.Minor)" -eq [semver]"3.11" -and $Version.PreReleaseLabel)) {
It "Check if sqlite3 module is installed" {