Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
D
DojoCLI
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
External 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
Dojo Project (HES-SO)
Projects
UI
DojoCLI
Commits
a85269f9
Commit
a85269f9
authored
2 years ago
by
michael.minelli
Browse files
Options
Downloads
Patches
Plain Diff
Rename binary (dojo-cli to dojo)
parent
5f9cec60
No related branches found
No related tags found
No related merge requests found
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
.gitlab-ci.yml
+6
-6
6 additions, 6 deletions
.gitlab-ci.yml
NodeApp/src/commander/CommanderApp.ts
+1
-1
1 addition, 1 deletion
NodeApp/src/commander/CommanderApp.ts
with
7 additions
and
7 deletions
.gitlab-ci.yml
+
6
−
6
View file @
a85269f9
variables
:
BIN_FOLDER
:
/binary
BIN_NAME
:
dojo
_cli
BIN_NAME
:
dojo
image
:
node:latest
...
...
@@ -27,11 +27,11 @@ build_all:
-
npm install
-
npm run build
# Build binaries
# - npx pkg . -t node18-macos-arm64 --out
-path
$BIN_FOLDER/macOS/arm64 --no-bytecode --public-packages "*" --public
-
npx pkg . -t node18-macos-x64 --out
-path
$BIN_FOLDER/macOS/x64 --no-bytecode --public-packages "*" --public
-
npx pkg . -t node18-linuxstatic-arm64 --out
-path
$BIN_FOLDER/linux/arm64 --no-bytecode --public-packages "*" --public
-
npx pkg . -t node18-linuxstatic-x64 --out
-path
$BIN_FOLDER/linux/x64 --no-bytecode --public-packages "*" --public
-
npx pkg . -t node18-win-x64 --out
-path
$BIN_FOLDER/Windows/x64 --no-bytecode --public-packages "*" --public
# - npx pkg . -t node18-macos-arm64 --out
put
$BIN_FOLDER/macOS/arm64
/$BIN_NAME
--no-bytecode --public-packages "*" --public
-
npx pkg . -t node18-macos-x64 --out
put
$BIN_FOLDER/macOS/x64
/$BIN_NAME
--no-bytecode --public-packages "*" --public
-
npx pkg . -t node18-linuxstatic-arm64 --out
put
$BIN_FOLDER/linux/arm64
/$BIN_NAME
--no-bytecode --public-packages "*" --public
-
npx pkg . -t node18-linuxstatic-x64 --out
put
$BIN_FOLDER/linux/x64
/$BIN_NAME
--no-bytecode --public-packages "*" --public
-
npx pkg . -t node18-win-x64 --out
put
$BIN_FOLDER/Windows/x64
/$BIN_NAME
--no-bytecode --public-packages "*" --public
artifacts
:
paths
:
-
$BIN_FOLDER/*
...
...
This diff is collapsed.
Click to expand it.
NodeApp/src/commander/CommanderApp.ts
+
1
−
1
View file @
a85269f9
...
...
@@ -13,7 +13,7 @@ class CommanderApp {
constructor
()
{
this
.
program
.
name
(
'
dojo
_cli
'
)
.
name
(
'
dojo
'
)
.
description
(
'
CLI for the Dojo application
'
)
.
version
(
'
1.0.0 dev
'
)
.
showHelpAfterError
()
...
...
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