Skip to content
Snippets Groups Projects
Commit a85269f9 authored by michael.minelli's avatar michael.minelli
Browse files

Rename binary (dojo-cli to dojo)

parent 5f9cec60
Branches
Tags
No related merge requests found
variables: variables:
BIN_FOLDER: /binary BIN_FOLDER: /binary
BIN_NAME: dojo_cli BIN_NAME: dojo
image: node:latest image: node:latest
...@@ -27,11 +27,11 @@ build_all: ...@@ -27,11 +27,11 @@ build_all:
- npm install - npm install
- npm run build - npm run build
# Build binaries # Build binaries
# - npx pkg . -t node18-macos-arm64 --out-path $BIN_FOLDER/macOS/arm64 --no-bytecode --public-packages "*" --public # - npx pkg . -t node18-macos-arm64 --output $BIN_FOLDER/macOS/arm64/$BIN_NAME --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-macos-x64 --output $BIN_FOLDER/macOS/x64/$BIN_NAME --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-arm64 --output $BIN_FOLDER/linux/arm64/$BIN_NAME --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-linuxstatic-x64 --output $BIN_FOLDER/linux/x64/$BIN_NAME --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-win-x64 --output $BIN_FOLDER/Windows/x64/$BIN_NAME --no-bytecode --public-packages "*" --public
artifacts: artifacts:
paths: paths:
- $BIN_FOLDER/* - $BIN_FOLDER/*
......
...@@ -13,7 +13,7 @@ class CommanderApp { ...@@ -13,7 +13,7 @@ class CommanderApp {
constructor() { constructor() {
this.program this.program
.name('dojo_cli') .name('dojo')
.description('CLI for the Dojo application') .description('CLI for the Dojo application')
.version('1.0.0 dev') .version('1.0.0 dev')
.showHelpAfterError() .showHelpAfterError()
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment