mirror of
https://gitlab.com/KevinRoebert/ClearUrls
synced 2025-12-15 21:55:36 +07:00
@@ -4,6 +4,7 @@ before_script:
|
||||
- export DEBIAN_FRONTEND= noninteractive
|
||||
- apt-get update -y
|
||||
- apt-get install -y zip unzip jq
|
||||
- apt-get install nodejs
|
||||
|
||||
stages:
|
||||
- build
|
||||
@@ -13,9 +14,13 @@ hash rules:
|
||||
stage: build
|
||||
script:
|
||||
- sha256sum data/data.min.json | awk '{print $1}' > rules.min.hash
|
||||
- node build_tools/minifyDataJSON.js "..\data\data.min.json" "..\data\data.minify.json"
|
||||
- sha256sum data/data.minify.json | awk '{print $1}' > rules.minify.hash
|
||||
artifacts:
|
||||
paths:
|
||||
- rules.min.hash
|
||||
- data.minify.json
|
||||
- rules.minify.hash
|
||||
|
||||
build firefox:
|
||||
stage: build
|
||||
|
||||
Reference in New Issue
Block a user