05/23 update codes, add build scripts
LottoSight CI / Syntax Check & Tests (push) Has been cancelled
LottoSight CI / Syntax Check & Tests (push) Has been cancelled
This commit is contained in:
@@ -22,7 +22,16 @@
|
||||
"Bash(pip install *)",
|
||||
"Bash(python -m pytest tests/ -x -q)",
|
||||
"Bash(python -m pytest tests/test_phase22.py -v)",
|
||||
"Bash(python -m pytest tests/test_filters.py -v)"
|
||||
"Bash(python -m pytest tests/test_filters.py -v)",
|
||||
"Bash(python -m pytest tests/test_recency_ensemble.py -v)",
|
||||
"Bash(Get-ChildItem d:\\\\Projects\\\\lottosight -Filter \"*.spec\",\"*.bat\",\"*.ps1\")",
|
||||
"PowerShell(Get-ChildItem d:\\\\Projects\\\\lottosight | Where-Object { $_.Extension -in \".spec\",\".bat\",\".ps1\" })",
|
||||
"PowerShell(python --version)",
|
||||
"PowerShell(python -m PyInstaller --version 2>&1)",
|
||||
"PowerShell(powershell -NoProfile -ExecutionPolicy Bypass -File \"d:\\\\Projects\\\\lottosight\\\\build.ps1\" -WhatIf 2>&1)",
|
||||
"PowerShell(powershell -NoProfile -ExecutionPolicy Bypass -Command \"& { . 'd:\\\\Projects\\\\lottosight\\\\build.ps1' -WhatIf }\" 2>&1 | head -5)",
|
||||
"PowerShell($null = [System.Management.Automation.Language.Parser]::ParseFile\\(\"d:\\\\Projects\\\\lottosight\\\\build.ps1\", [ref]$null, [ref]$null\\); Write-Host \"Parse OK\")",
|
||||
"PowerShell(Set-Location d:\\\\Projects\\\\lottosight; powershell -NoProfile -ExecutionPolicy Bypass -File \"build.ps1\" -SkipDeps 2>&1)"
|
||||
]
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user