Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
Kemence
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Disappointment industries™
Kemence
Commits
9ac05276
Commit
9ac05276
authored
Jan 15, 2022
by
Tóth Miklós Tibor
Browse files
Options
Downloads
Patches
Plain Diff
Add build instructions
parent
bacdabec
No related branches found
No related tags found
No related merge requests found
Pipeline
#14800
passed
Jan 15, 2022
Stage: build
Stage: package
Changes
2
Pipelines
1
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
Makefile
+19
-0
19 additions, 0 deletions
Makefile
README.md
+16
-0
16 additions, 0 deletions
README.md
with
35 additions
and
0 deletions
Makefile
0 → 100644
+
19
−
0
View file @
9ac05276
all
:
prod
prod
:
./gradlew jsBrowserProductionWebpack
rm
-f
build/kemence.zip
bash
-c
"cd build/distributions && rm -f *.js.map && zip -r ../kemence.zip ."
firefox
:
rm
-f
build/firefox.zip
zip
-r
build/firefox.zip
\
src
\
gradle
\
build.gradle.kts
\
settings.gradle.kts
\
README.md
\
Makefile
\
gradlew
\
gradlew.bat
\
gradle.properties
\ No newline at end of file
This diff is collapsed.
Click to expand it.
README.md
0 → 100644
+
16
−
0
View file @
9ac05276
# Kemence
an extension to improve PéK
## How to build
A working install of JDK is needed to build the extension.
All other dependencies are managed by Gradle.
```
sh
# prod build
./gradlew jsBrowserProductionWebpack
cd
build/distributions
# dev build
./gradlew jsBrowserDevelopmentWebpack
cd
build/developmentExecutable
```
\ No newline at end of file
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment