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:
|
||||
only:
|
||||
- /^v\d+\.\d+(\.\d+)?(-\S*)?$/ # tag format: v0.25(.8)(-dev14)
|
||||
- /v\d+\.\d+(\.\d+)?(\S*)?$/ # tag format: *v0.25(.8)(dev14)
|
||||
- staging
|
||||
- master
|
||||
|
||||
|
|
|
|||
|
|
@ -4,6 +4,9 @@ trigger:
|
|||
include:
|
||||
- master
|
||||
- staging
|
||||
tags:
|
||||
include:
|
||||
- '*'
|
||||
|
||||
jobs:
|
||||
- job: Build
|
||||
|
|
|
|||
Loading…
Reference in New Issue