modify appveyor

pull/13/head
ruki 6 years ago
parent 4ec0d9a6e6
commit a6413f1d08
No known key found for this signature in database
GPG Key ID: 33341DF9719963FA
  1. 2
      scripts/test.lua

@ -10,7 +10,7 @@ function main(...)
end end
end end
if #packages == 0 then if #packages == 0 then
table.insert(packages, "tbox") table.insert(packages, "\"tbox dev\"")
end end
local repodir = os.curdir() local repodir = os.curdir()
local workdir = path.join(os.tmpdir(), "xmake-repo") local workdir = path.join(os.tmpdir(), "xmake-repo")

Loading…
Cancel
Save