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