add verbose info for ci

This commit is contained in:
ruki
2018-11-26 23:37:26 +08:00
parent bd869ae8d4
commit 79c678e660
2 changed files with 3 additions and 3 deletions

View File

@@ -7,10 +7,10 @@ platform:
- Win64
before_build:
- ps: Invoke-Expression (Invoke-Webrequest 'https://raw.githubusercontent.com/tboox/xmake/master/scripts/get.ps1' -UseBasicParsing).Content
- ps: Invoke-Expression (Invoke-Webrequest 'https://raw.githubusercontent.com/tboox/xmake/dev/scripts/get.ps1' -UseBasicParsing).Content
- cmd: xmake --version
build_script:
- cmd: xmake repo --add xmake-repo-dev https://github.com/tboox/xmake-repo.git dev
- cmd: xmake -y
- cmd: xmake -y -v

View File

@@ -15,5 +15,5 @@ install:
script:
- xmake repo --add xmake-repo-dev https://github.com/tboox/xmake-repo.git dev
- xmake -y
- xmake -y -v