Skip to content

Commit

Permalink
Add OSX Build
Browse files Browse the repository at this point in the history
  • Loading branch information
adambaumeister committed Sep 23, 2020
1 parent 07a4279 commit f6cd40b
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,5 +42,24 @@ matrix:
on:
tags: true

- name: "Python on macOS"
os: osx
osx_image: xcode12 # Python 3.7.2 running on macOS 10.14.3
language: shell # 'language: python' is an error on Travis CI macOS
script:
- pip3 install -r external/requirements.txt
- pyinstaller -F external/configure_panorama.py
- cp dist/configure_panorama modules/panorama/
- zip -ur bundle-linux.zip variables.tf README.md modules main.tf external
deploy:
- provider: releases
api_key: $api_token
file:
- "bundle-macOS.zip"
skip_cleanup: true
on:
tags: true


notifications:
email: false

0 comments on commit f6cd40b

Please sign in to comment.