mirror of
https://gitlab.com/fabinfra/fabaccess/borepin.git
synced 2025-03-12 14:51:44 +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'
|
||||
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'
|
||||
LC_ALL: 'en_US.UTF-8'
|
||||
LANG: 'en_US.UTF-8'
|
||||
|
||||
stages:
|
||||
- build
|
||||
@ -147,6 +145,9 @@ build_GTK:
|
||||
# - build_job
|
||||
|
||||
deploy_Android:
|
||||
variables:
|
||||
LC_ALL: 'en_US.UTF-8'
|
||||
LANG: 'en_US.UTF-8'
|
||||
needs:
|
||||
- build_Android
|
||||
stage: deploy
|
||||
|
Loading…
x
Reference in New Issue
Block a user