1
0
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:
sudden6 2019-06-15 10:56:34 +02:00
parent 6523ecc511
commit b6ba2e330a
No known key found for this signature in database
GPG Key ID: 279509B499E032B9

View File

@ -12,11 +12,11 @@ branches:
stages:
- Linux
- name: "Windows Stage 1: Dependencies (OpenSSL, Qt)"
if: type = push
if: type = push OR type = cron
- name: "Windows Stage 2: Dependencies (other)"
if: type = push
if: type = push OR type = cron
- name: "Windows Stage 3: qTox"
if: type = push
if: type = push OR type = cron
env:
global: