Browse Source

Skip macos-universal builds for now

tags/v1.0
falkTX 4 years ago
parent
commit
757cba2d4a
1 changed files with 7 additions and 7 deletions
  1. +7
    -7
      .travis.yml

+ 7
- 7
.travis.yml View File

@@ -62,12 +62,12 @@ jobs:
- PLUGINS="${PLUGINS_BASE} ${PLUGINS_CROSS}"

# macOS native universal build
- name: "macOS native universal"
os: osx
osx_image: xcode12.2
env:
- TARGET="macos-universal"
- PLUGINS="${PLUGINS_BASE} ${PLUGINS_CROSS}"
#- name: "macOS native universal"
#os: osx
#osx_image: xcode12u
#env:
#- TARGET="macos-universal"
#- PLUGINS="${PLUGINS_BASE} ${PLUGINS_CROSS}"

before_install:
- bash ${TRAVIS_BUILD_DIR}/.travis/before_install.sh
@@ -90,7 +90,7 @@ deploy:
file:
- setup/inno/PawPaw-*.exe
- setup/macos/PawPaw-*.pkg
- setup/macos-universal/PawPaw-*.pkg
#- setup/macos-universal/PawPaw-*.pkg
skip_cleanup: true
on:
all_branches: true


Loading…
Cancel
Save