Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
F
frama-c
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Container Registry
Model registry
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
pub
frama-c
Commits
4b41952a
Commit
4b41952a
authored
1 year ago
by
Maxime Jacquemin
Browse files
Options
Downloads
Patches
Plain Diff
[Ivette] Two targets for binary and AppImage
We still have to choose what the behavior for `make dist`
parent
e42dd84e
No related branches found
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
ivette/Makefile
+3
-1
3 additions, 1 deletion
ivette/Makefile
ivette/src/dome/template/makefile
+6
-3
6 additions, 3 deletions
ivette/src/dome/template/makefile
with
9 additions
and
4 deletions
ivette/Makefile
+
3
−
1
View file @
4b41952a
...
@@ -75,13 +75,14 @@ help::
...
@@ -75,13 +75,14 @@ help::
# --- Ivette Distribution
# --- Ivette Distribution
# --------------------------------------------------------------------------
# --------------------------------------------------------------------------
.PHONY
:
dist dist-dir
.PHONY
:
dist dist-dir
appimage binary
dist-dir
:
dist-dir
:
@
echo
"Cleaning dist"
@
echo
"Cleaning dist"
@
rm
-fr
dist
@
rm
-fr
dist
dist
:
dist-dir dome-dist
dist
:
dist-dir dome-dist
binary
:
dist-dir dome-binary
appimage
:
dist-dir dome-appimage
appimage
:
dist-dir dome-appimage
# --------------------------------------------------------------------------
# --------------------------------------------------------------------------
...
@@ -100,6 +101,7 @@ dome-pkg: pkg
...
@@ -100,6 +101,7 @@ dome-pkg: pkg
dome-app
:
pkg
dome-app
:
pkg
dome-dev
:
pkg
dome-dev
:
pkg
dome-dist
:
pkg
dome-dist
:
pkg
dome-binary
:
pkg
dome-appimage
:
pkg
dome-appimage
:
pkg
pkg
:
$(LOADER) $(SANDBOX)
pkg
:
$(LOADER) $(SANDBOX)
...
...
This diff is collapsed.
Click to expand it.
ivette/src/dome/template/makefile
+
6
−
3
View file @
4b41952a
...
@@ -248,16 +248,19 @@ dome-app: dome-pkg dome-templ
...
@@ -248,16 +248,19 @@ dome-app: dome-pkg dome-templ
# --- Application Packaging
# --- Application Packaging
# --------------------------------------------------------------------------
# --------------------------------------------------------------------------
.PHONY
:
dome-dist
.PHONY
:
dome-dist
dome-binary dome-appimage
dome-dist
:
dome-app
# TODO: choose what the default is
dome-dist
:
dome-binary
dome-binary
:
dome-app
@
echo
"[Dome] packaging application (production)"
@
echo
"[Dome] packaging application (production)"
DOME
=
$(
DOME
)
yarn run electron-builder
--dir
-c
.compression
=
store
-c
.mac.identity
=
null
DOME
=
$(
DOME
)
yarn run electron-builder
--dir
-c
.compression
=
store
-c
.mac.identity
=
null
@
echo
"[Dome] application packaged in ./dist"
@
echo
"[Dome] application packaged in ./dist"
dome-appimage
:
dome-app
dome-appimage
:
dome-app
@
echo
"[Dome] packaging application (AppImage)"
@
echo
"[Dome] packaging application (AppImage)"
DOME
=
$(
DOME
)
yarn run electron-builder
--linux
DOME
=
$(
DOME
)
yarn run electron-builder
--linux
-c
.compression
=
store
-c
.mac.identity
=
null
@
echo
"[Dome] application packaged in ./dist"
@
echo
"[Dome] application packaged in ./dist"
# --------------------------------------------------------------------------
# --------------------------------------------------------------------------
...
...
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