summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTitanSnow <[email protected]>2017-03-27 10:03:51 +0800
committerTitanSnow <[email protected]>2017-03-30 10:21:19 +0800
commit352ce0133a96432e52eac12cb3ebe7fb6a8cb675 (patch)
tree871e7d33aeb39241034fd1c28cfc944b4c30aa12
parent50b365974ee385a9a84a309e74fac70d426fc4bc (diff)
test self after building
-rw-r--r--.travis.yml5
1 files changed, 5 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml
index 6b29ffd15..0df1414a1 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -16,3 +16,8 @@ install:
script:
- cd ../xmake/core
- xmake -v
+ - sudo cp -v build/xmake /usr/local/share/xmake
+ - xmake --version
+ - xmake create test_project
+ - cd test_project
+ - xmake