mirror of
https://github.com/AyuGram/AyuGramDesktop.git
synced 2025-06-07 15:43:55 +02:00
Merge pull request #2213 from telegramdesktop/auchri/travis_fast_finish
Add fast finish to travis
This commit is contained in:
commit
16550f802c
1 changed files with 11 additions and 7 deletions
|
@ -3,6 +3,7 @@ sudo: required
|
|||
language: cpp
|
||||
|
||||
env:
|
||||
matrix:
|
||||
- BUILD_VERSION=""
|
||||
- BUILD_VERSION="disable_autoupdate"
|
||||
- BUILD_VERSION="disable_register_custom_scheme"
|
||||
|
@ -11,6 +12,9 @@ env:
|
|||
- BUILD_VERSION="disable_desktop_file_generation"
|
||||
- BUILD_VERSION="disable_unity_integration"
|
||||
|
||||
matrix:
|
||||
fast_finish: true
|
||||
|
||||
arch:
|
||||
repos:
|
||||
- home_ItachiSan_archlinux_Arch_Extra=http://download.opensuse.org/repositories/home:/ItachiSan:/archlinux/Arch_Extra/$arch
|
||||
|
|
Loading…
Add table
Reference in a new issue