Update CI
This commit is contained in:
parent
e5956053d3
commit
f1be72286d
1 changed files with 4 additions and 4 deletions
|
@ -51,8 +51,8 @@ web:release:
|
||||||
- flutter build web --release
|
- flutter build web --release
|
||||||
|
|
||||||
windows:release:
|
windows:release:
|
||||||
extends:
|
tags:
|
||||||
- .shared_windows_runners
|
- shared-windows
|
||||||
stage: archive
|
stage: archive
|
||||||
before_script:
|
before_script:
|
||||||
- choco install visualstudio2019community -y
|
- choco install visualstudio2019community -y
|
||||||
|
@ -66,8 +66,8 @@ windows:release:
|
||||||
- flutter build windows --release
|
- flutter build windows --release
|
||||||
|
|
||||||
macos:release:
|
macos:release:
|
||||||
extends:
|
tags:
|
||||||
- .macos_saas_runners
|
- shared-macos-amd64
|
||||||
stage: archive
|
stage: archive
|
||||||
before_script:
|
before_script:
|
||||||
- gem install cocoapods
|
- gem install cocoapods
|
||||||
|
|
Loading…
Reference in a new issue