Skip to content
Snippets Groups Projects
Commit dff46c38 authored by Tóth Miklós Tibor's avatar Tóth Miklós Tibor :shrug:
Browse files

Prepare for publishing

parent bee2970a
No related branches found
No related tags found
No related merge requests found
Pipeline #14797 failed
stages:
- build
- package
gradle:
variables:
GRADLE_USER_HOME: /cache/gradle
before_script:
- mkdir -p "$GRADLE_USER_HOME"
stage: build
image: openjdk:17
script:
- ./gradlew jsBrowserProductionWebpack
artifacts:
paths:
- build/distributions
zip:
stage: package
image: joshkeegan/zip
script:
- cd build/distributions
- rm *.js.map
- zip -r ../kemence.zip .
- cd ..
- cp kemence.zip kemence.xpi
- cp kemence.zip kemence.crx
\ No newline at end of file
<?xml version="1.0" encoding="UTF-8"?>
<project version="4">
<component name="JsonSchemaMappingsProjectConfiguration">
<state>
<map>
<entry key="gitlab-ci">
<value>
<SchemaInfo>
<option name="name" value="gitlab-ci" />
<option name="relativePathToSchema" value="https://gitlab.com/gitlab-org/gitlab/-/raw/master/app/assets/javascripts/editor/schema/ci.json" />
<option name="applicationDefined" value="true" />
<option name="patterns">
<list>
<Item>
<option name="path" value=".gitlab-ci.yml" />
</Item>
</list>
</option>
</SchemaInfo>
</value>
</entry>
</map>
</state>
</component>
</project>
\ No newline at end of file
...@@ -16,6 +16,6 @@ ...@@ -16,6 +16,6 @@
"48": "images/icon48.png", "48": "images/icon48.png",
"128": "images/icon128.png" "128": "images/icon128.png"
}, },
"permissions": ["storage","activeTab"], "permissions": [],
"web_accessible_resources": ["kemence.js"] "web_accessible_resources": ["kemence.js"]
} }
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment