Commit cbaa78d7 by 李定达

Merge branch 'master' of gitlab.freemud.com:dingda.li/ClientFrame

parents 91b3b66b 70a9a05b
Pipeline #8127 failed with stage
in 1 second
stages:
- test
variables:
CI_BRANCH: master
analyze:
stage: test
script:
# - chcp 65001
# - start "C:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\vcvarsall.bat"
# - devenv .\ODS\ODS.sln /build "Debug|Win32"
- echo "---------------------"
- pwd
- cp /mnt/f/ci/ClientFrame.bat ./
- powershell.exe ./ClientFrame.bat
- /mnt/f/ci/.koderover/sonar-scanner-3.3.0.1492-linux/bin/sonar-scanner
-Dsonar.branch=master
-Dsonar.projectKey=ClientFrame
-Dsonar.sources=.
-Dsonar.host.url=http://172.81.236.172:9000
-Dsonar.login=d346031aa86fc7b9e8d58c6c54830982595b8cba
# - bash -c "bash <(curl -s "http://koderover.sandload.cn/api/ac/bash?token=q5iZW8atIJtzH7qm")"
only:
- master
tags:
- windows-runner
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment