pushing wheel to dropbox

This commit is contained in:
Thomas Ferreira de Lima 2018-07-16 22:26:17 -04:00
parent 64625dcbda
commit 16d0cd99ef
2 changed files with 15 additions and 5 deletions

View File

@ -1,19 +1,25 @@
os: osx
matrix: matrix:
include: include:
- os: osx - osx_image: xcode9.3
osx_image: xcode9.3beta - osx_image: xcode8.3
env: - osx_image: xcode7.3
- MATRIX_EVAL=""
before_install: before_install:
- eval "${MATRIX_EVAL}" - rvm install 2.2.6
- gem install dropbox-deployment
- brew update - brew update
- brew bundle - brew bundle
- env - env
install: install:
- python3 setup.py build
- python3 setup.py install - python3 setup.py install
- python3 setup.py bdist_wheel
script: script:
- python3 -c 'import klayout.db as db; print(dir(db))' - python3 -c 'import klayout.db as db; print(dir(db))'
- python3 -c 'import klayout.rdb as rdb; print(dir(rdb))' - python3 -c 'import klayout.rdb as rdb; print(dir(rdb))'
- python3 -c 'import klayout.tl as tl; print(dir(tl))' - python3 -c 'import klayout.tl as tl; print(dir(tl))'
after_success:
- dropbox-deployment

4
dropbox-deployment.yml Normal file
View File

@ -0,0 +1,4 @@
deploy:
dropbox_path: /Builds/klayout-pymod # The path to the folder on Dropbox where the files will go
artifacts_path: dist # can be a single file, or a path
debug: true # if you want to see more logs