summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTitanSnow <[email protected]>2017-03-27 09:51:34 +0800
committerTitanSnow <[email protected]>2017-03-30 10:21:19 +0800
commitc885f99263597cbcadd2bf1d5b5506f811fd0557 (patch)
tree844fdf0ec4d52f38b49a5c81b733e3b6d642930d
parent130e0d22c840da966e8426e0c2adc1285a70a3d8 (diff)
self_build
-rw-r--r--.travis.yml8
-rw-r--r--appveyor.yml10
2 files changed, 8 insertions, 10 deletions
diff --git a/.travis.yml b/.travis.yml
index 0b2df0bb0..189363aa8 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -10,12 +10,14 @@ branches:
- dev
install:
+ - cd ..
+ - cp -r xmake xmake4build
+ - cd xmake4build
- sudo ./install
- if [ "$TRAVIS_OS_NAME" = "osx" ]; then brew update --verbose; fi
- if [ "$TRAVIS_OS_NAME" = "osx" ]; then brew install dmd --verbose; fi
- if [ "$TRAVIS_OS_NAME" = "osx" ]; then brew install rust --verbose; fi
script:
- - xmake create -P ./test
- - xmake -P ./test
- - ./tests/tests
+ - cd ../xmake/core
+ - xmake -v
diff --git a/appveyor.yml b/appveyor.yml
index b8a88d8b5..51b27fb35 100644
--- a/appveyor.yml
+++ b/appveyor.yml
@@ -14,10 +14,6 @@ before_build:
- cmd: dir C:\xmake
build_script:
- - cmd: cd tests\console_c
- - cmd: if %platform%==Win32 xmake f -m debug
- - cmd: if %platform%==Win64 xmake f -m debug -a x64
- - cmd: xmake
-
-test_script:
- - cmd: xmake --version
+ - cmd: cd core
+ - cmd: if %platform%==Win64 xmake f -a x64
+ - cmd: xmake -v