mirror of
https://gitlab.com/fabinfra/fabaccess/borepin.git
synced 2025-03-12 23:01:52 +01:00
Update .gitlab-ci.yml
This commit is contained in:
parent
e6899ac145
commit
88db044072
@ -32,8 +32,6 @@ variables:
|
|||||||
DOTNET_PATH: 'C:\Program Files\dotnet\dotnet.exe'
|
DOTNET_PATH: 'C:\Program Files\dotnet\dotnet.exe'
|
||||||
MSBUILD_PATH: 'C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\MSBuild\Current\Bin\msbuild.exe'
|
MSBUILD_PATH: 'C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\MSBuild\Current\Bin\msbuild.exe'
|
||||||
NUNIT_PATH: 'C:\ProgramData\chocolatey\bin\nunit3-console.exe'
|
NUNIT_PATH: 'C:\ProgramData\chocolatey\bin\nunit3-console.exe'
|
||||||
LC_ALL: 'en_US.UTF-8'
|
|
||||||
LANG: 'en_US.UTF-8'
|
|
||||||
|
|
||||||
stages:
|
stages:
|
||||||
- build
|
- build
|
||||||
@ -147,6 +145,9 @@ build_GTK:
|
|||||||
# - build_job
|
# - build_job
|
||||||
|
|
||||||
deploy_Android:
|
deploy_Android:
|
||||||
|
variables:
|
||||||
|
LC_ALL: 'en_US.UTF-8'
|
||||||
|
LANG: 'en_US.UTF-8'
|
||||||
needs:
|
needs:
|
||||||
- build_Android
|
- build_Android
|
||||||
stage: deploy
|
stage: deploy
|
||||||
|
Loading…
x
Reference in New Issue
Block a user