mirror of https://github.com/KLayout/klayout.git
pymod 0.26.0.dev15 - included basic.lib
This commit is contained in:
parent
d980c6f784
commit
e68047733f
|
|
@ -1,6 +1,6 @@
|
||||||
branches:
|
branches:
|
||||||
only:
|
only:
|
||||||
- /^v\d+\.\d+(\.\d+)?(-\S*)?$/ # tag format: v0.25(.8)(-dev14)
|
- /v\d+\.\d+(\.\d+)?(\S*)?$/ # tag format: *v0.25(.8)(dev14)
|
||||||
- staging
|
- staging
|
||||||
- master
|
- master
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -4,6 +4,9 @@ trigger:
|
||||||
include:
|
include:
|
||||||
- master
|
- master
|
||||||
- staging
|
- staging
|
||||||
|
tags:
|
||||||
|
include:
|
||||||
|
- '*'
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
- job: Build
|
- job: Build
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue