You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
linphone-tutorials/.gitlab-ci-files/job-windows.yml

14 lines
525 B

job-windows:
stage: build
tags: [ "windows" ]
script:
# Build VS project
#Remove MinGW of MSYS from PATH and add MINGW_TYPE for MSYS2
- echo %PATH%
- cd uwp\cs
- |
"C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\MSBuild\Current\Bin\msbuild.exe" -t:restore -verbosity:minimal
- |
"C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\MSBuild\Current\Bin\msbuild.exe" TutorialsCS.sln /m /property:Configuration=Release /property:Platform=x64 -verbosity:quiet