mirror of https://github.com/KLayout/klayout.git
setting up travis compilation
This commit is contained in:
parent
8330415b29
commit
c269f39ba0
|
|
@ -0,0 +1,18 @@
|
|||
matrix:
|
||||
include:
|
||||
- os: osx
|
||||
osx_image: xcode9.3beta
|
||||
env:
|
||||
- MATRIX_EVAL=""
|
||||
|
||||
before_install:
|
||||
- eval "${MATRIX_EVAL}"
|
||||
- brew update
|
||||
- brew bundle
|
||||
|
||||
install:
|
||||
- python3 setup.py install
|
||||
script:
|
||||
- python3 -c 'import klayout.db as db; dir(db)'
|
||||
- python3 -c 'import klayout.rdb as rdb; dir(rdb)'
|
||||
- python3 -c 'import klayout.tl as tl; dir(tl)'
|
||||
Loading…
Reference in New Issue