mirror of https://github.com/KLayout/klayout.git
pushing wheel to dropbox
This commit is contained in:
parent
64625dcbda
commit
16d0cd99ef
16
.travis.yml
16
.travis.yml
|
|
@ -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
|
||||||
|
|
|
||||||
|
|
@ -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
|
||||||
Loading…
Reference in New Issue