Commit 6b9ed7f0 by jenkins

Add new file

parent d20c9cac
Pipeline #8054 failed with stage
in 11 seconds
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.sln.bat ./
- powershell.exe ./ClientFrame.sln.bat
- /mnt/f/ci/.koderover/sonar-scanner-3.3.0.1492-linux/bin/sonar-scanner
-Dsonar.branch=master
-Dsonar.projectKey=ClientFrame.sln
-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