add verbose info for ci
This commit is contained in:
@@ -7,10 +7,10 @@ platform:
|
|||||||
- Win64
|
- Win64
|
||||||
|
|
||||||
before_build:
|
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
|
- cmd: xmake --version
|
||||||
|
|
||||||
build_script:
|
build_script:
|
||||||
- cmd: xmake repo --add xmake-repo-dev https://github.com/tboox/xmake-repo.git dev
|
- cmd: xmake repo --add xmake-repo-dev https://github.com/tboox/xmake-repo.git dev
|
||||||
- cmd: xmake -y
|
- cmd: xmake -y -v
|
||||||
|
|
||||||
|
@@ -15,5 +15,5 @@ install:
|
|||||||
|
|
||||||
script:
|
script:
|
||||||
- xmake repo --add xmake-repo-dev https://github.com/tboox/xmake-repo.git dev
|
- xmake repo --add xmake-repo-dev https://github.com/tboox/xmake-repo.git dev
|
||||||
- xmake -y
|
- xmake -y -v
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user