mirror of
https://github.com/qTox/qTox.git
synced 2024-03-22 14:00:36 +08:00
chore(nightlies): enable windows for nightlies too
This commit is contained in:
parent
6523ecc511
commit
b6ba2e330a
|
@ -12,11 +12,11 @@ branches:
|
||||||
stages:
|
stages:
|
||||||
- Linux
|
- Linux
|
||||||
- name: "Windows Stage 1: Dependencies (OpenSSL, Qt)"
|
- name: "Windows Stage 1: Dependencies (OpenSSL, Qt)"
|
||||||
if: type = push
|
if: type = push OR type = cron
|
||||||
- name: "Windows Stage 2: Dependencies (other)"
|
- name: "Windows Stage 2: Dependencies (other)"
|
||||||
if: type = push
|
if: type = push OR type = cron
|
||||||
- name: "Windows Stage 3: qTox"
|
- name: "Windows Stage 3: qTox"
|
||||||
if: type = push
|
if: type = push OR type = cron
|
||||||
|
|
||||||
env:
|
env:
|
||||||
global:
|
global:
|
||||||
|
|
Loading…
Reference in New Issue
Block a user