Browse Source

Disable osx universal build for now, qt build takes >50m

Signed-off-by: falkTX <falktx@falktx.com>
tags/v2.3.0-RC1
falkTX 4 years ago
parent
commit
57363422d3
Signed by: falkTX <falktx@falktx.com> GPG Key ID: CDBAA37ABC74FBA0
1 changed files with 5 additions and 5 deletions
  1. +5
    -5
      .travis.yml

+ 5
- 5
.travis.yml View File

@@ -44,11 +44,11 @@ jobs:
- TARGET="macos"

# macOS universal build
- name: "macOS universal"
os: osx
osx_image: xcode12.3
env:
- TARGET="macos-universal"
#- name: "macOS universal"
#os: osx
#osx_image: xcode12.3
#env:
#- TARGET="macos-universal"

before_install:
- bash ${TRAVIS_BUILD_DIR}/.travis/before_install.sh


Loading…
Cancel
Save