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
No related branches found
No related tags found
No related merge requests found
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 --output $BIN_FOLDER/macOS/arm64/$BIN_NAME --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 --output $BIN_FOLDER/linux/arm64/$BIN_NAME --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 --output $BIN_FOLDER/Windows/x64/$BIN_NAME --no-bytecode --public-packages "*" --public
artifacts:
paths:
- $BIN_FOLDER/*
......
......@@ -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()
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment