summaryrefslogtreecommitdiff
path: root/tests/build.lua
diff options
context:
space:
mode:
authorruki <[email protected]>2017-05-24 22:08:52 +0800
committerruki <[email protected]>2017-05-24 22:08:52 +0800
commit1e3a6e951e01383ac07c960ff16207e37dedd404 (patch)
treea5e4942aae51e5464bf66ce0c7005721f72e3849 /tests/build.lua
parent8a7ad027568edc5c3b012a55adccf45ef7220a62 (diff)
disable install test
Diffstat (limited to 'tests/build.lua')
-rw-r--r--tests/build.lua8
1 files changed, 4 insertions, 4 deletions
diff --git a/tests/build.lua b/tests/build.lua
index e72744b60..5b091e6a3 100644
--- a/tests/build.lua
+++ b/tests/build.lua
@@ -25,14 +25,14 @@ function main(argv)
os.exec("xmake f --cc=gcc --cxx=g++")
os.exec("xmake m buildtest")
if os.host() ~= "windows" then
- sudo.exec("xmake install")
- sudo.exec("xmake uninstall")
+-- sudo.exec("xmake install")
+-- sudo.exec("xmake uninstall")
end
os.exec("xmake f --cc=clang --cxx=clang++ --ld=clang++ --verbose --backtrace")
os.exec("xmake m buildtest")
if os.host() ~= "windows" then
- sudo.exec("xmake install --all -v --backtrace")
- sudo.exec("xmake uninstall -v --backtrace")
+-- sudo.exec("xmake install --all -v --backtrace")
+-- sudo.exec("xmake uninstall -v --backtrace")
end
os.exec("xmake m -d buildtest")