mirror of
https://github.com/qTox/qTox.git
synced 2024-03-22 14:00:36 +08:00
fix(TravisCI): build windows for release tags too
This commit is contained in:
parent
01a53789be
commit
c53a58e64e
|
@ -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 AND branch = master
|
if: type = push
|
||||||
- name: "Windows Stage 2: Dependencies (other)"
|
- name: "Windows Stage 2: Dependencies (other)"
|
||||||
if: type = push AND branch = master
|
if: type = push
|
||||||
- name: "Windows Stage 3: qTox"
|
- name: "Windows Stage 3: qTox"
|
||||||
if: type = push AND branch = master
|
if: type = push
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
include:
|
include:
|
||||||
|
|
Loading…
Reference in New Issue
Block a user