mirror of
https://gitlab.com/famedly/fluffychat.git
synced 2024-12-04 18:29:27 +01:00
ci: Allow buildwindows to fail
This commit is contained in:
parent
538715843b
commit
44ea0a9da5
@ -166,6 +166,7 @@ build_olm_windows:
|
|||||||
artifacts:
|
artifacts:
|
||||||
paths:
|
paths:
|
||||||
- libolm.dll
|
- libolm.dll
|
||||||
|
allow_failure: true
|
||||||
only:
|
only:
|
||||||
- main
|
- main
|
||||||
- tags
|
- tags
|
||||||
@ -189,6 +190,7 @@ build_windows:
|
|||||||
artifacts:
|
artifacts:
|
||||||
paths:
|
paths:
|
||||||
- build/windows/runner/Release
|
- build/windows/runner/Release
|
||||||
|
allow_failure: true
|
||||||
only:
|
only:
|
||||||
- main
|
- main
|
||||||
- tags
|
- tags
|
||||||
|
Loading…
Reference in New Issue
Block a user