new build stage for chrome extension
This commit is contained in:
parent
793ab02666
commit
1bf4426be4
@ -18,3 +18,8 @@ firefox:
|
|||||||
stage: build
|
stage: build
|
||||||
script:
|
script:
|
||||||
- bash build-ff.sh
|
- bash build-ff.sh
|
||||||
|
|
||||||
|
chrome:
|
||||||
|
stage: build
|
||||||
|
script:
|
||||||
|
- bash build-cr.sh
|
Loading…
Reference in New Issue
Block a user