new build stage for chrome extension

This commit is contained in:
and94x 2022-08-17 20:02:35 +02:00
parent 793ab02666
commit 1bf4426be4

View File

@ -18,3 +18,8 @@ firefox:
stage: build
script:
- bash build-ff.sh
chrome:
stage: build
script:
- bash build-cr.sh