teset2
This commit is contained in:
parent
8ff0b05cd4
commit
ca89b84ee5
1 changed files with 2 additions and 4 deletions
|
@ -1,4 +1,5 @@
|
||||||
# .woodpecker.yml
|
# .woodpecker.yml
|
||||||
|
platform: [ linux/*, windows/amd64 ]
|
||||||
|
|
||||||
pipeline:
|
pipeline:
|
||||||
build:
|
build:
|
||||||
|
@ -8,6 +9,3 @@ pipeline:
|
||||||
- mkdir build
|
- mkdir build
|
||||||
- npm run build
|
- npm run build
|
||||||
- ls build
|
- ls build
|
||||||
when:
|
|
||||||
branch: master
|
|
||||||
platform: [ linux/*, windows/amd64 ]
|
|
Loading…
Reference in a new issue