mirror of
https://gitea.toothfairyai.com/ToothFairyAI/tf_code.git
synced 2026-03-30 05:43:55 +00:00
ci
This commit is contained in:
parent
214a6c6cf1
commit
129fe1e350
@ -200,7 +200,7 @@ for (const item of targets) {
|
|||||||
})
|
})
|
||||||
|
|
||||||
// Smoke test: only run if binary is for current platform
|
// Smoke test: only run if binary is for current platform
|
||||||
if (item.os === process.platform && item.arch === process.arch) {
|
if (item.os === process.platform && item.arch === process.arch && !item.abi) {
|
||||||
const binaryPath = `dist/${name}/bin/opencode`
|
const binaryPath = `dist/${name}/bin/opencode`
|
||||||
console.log(`Running smoke test: ${binaryPath} --version`)
|
console.log(`Running smoke test: ${binaryPath} --version`)
|
||||||
try {
|
try {
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user