1 Star 0 Fork 2

tectim/guix

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
test_studio_demo.cmd 1.05 KB
一键复制 编辑 原始数据 按行查看 历史
rem Initialize the developer environment just like a developer box. Note that 'call' keyword that ensures that the script does not exist after
rem calling the other batch file.
call "C:\Program Files (x86)\Microsoft Visual Studio\2019\Enterprise\Common7\Tools\VsDevCmd.bat" -arch=amd64 -host_arch=amd64 -winsdk=10.0.16299.0
rem Set Python path
SET PATH=%PATH%;"C:\Program Files\Python36";"C:\Program Files\Python36\scripts"
rem Save working directory so that we can restore it back after building everything. This will make developers happy and then
rem switch to the folder this script resides in. Don't assume absolute paths because on the build host and on the dev host the locations may be different.
pushd "%~dp0"
cd ..\test\guix_studio_test\test_demo
cmake .
ctest -j8 -T test --no-compress-output --test-output-size-passed 4096 --test-output-size-failed 4096 -O studio_test_demo_report.txt --output-junit studio_test_demo_report.xml
rem Save exit code for dotnet build.
set EX=%ERRORLEVEL%
rem Exit with explicit 0 code so that build does not fail.
exit /B %EX%
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
C
1
https://gitee.com/tectim/guix.git
git@gitee.com:tectim/guix.git
tectim
guix
guix
master

搜索帮助