cicd
This commit is contained in:
parent
5f3e14f557
commit
0eb6c654d9
2 changed files with 4 additions and 4 deletions
|
|
@ -13,7 +13,7 @@ build:
|
|||
- echo "VERSION=$VERSION" >> variables.env
|
||||
- export APPNAME=$(node -e "console.log(require('./package.json').productName)")
|
||||
- echo "APPNAME=$APPNAME" >> variables.env
|
||||
- yarn electron:build --macos dmg
|
||||
- yarn electron:build --macos dmg # specify platform
|
||||
artifacts:
|
||||
reports:
|
||||
dotenv: variables.env
|
||||
|
|
|
|||
|
|
@ -7,7 +7,7 @@ yarn install
|
|||
|
||||
### Compiles and hot-reloads for development
|
||||
```
|
||||
yarn dev
|
||||
yarn electron:serve
|
||||
```
|
||||
|
||||
### Compiles and minifies for production
|
||||
|
|
@ -15,7 +15,7 @@ yarn dev
|
|||
yarn electron:build
|
||||
```
|
||||
|
||||
### Run your unit tests
|
||||
<!-- ### Run your unit tests
|
||||
```
|
||||
yarn test:unit
|
||||
```
|
||||
|
|
@ -23,7 +23,7 @@ yarn test:unit
|
|||
### Lints and fixes files
|
||||
```
|
||||
yarn lint
|
||||
```
|
||||
``` -->
|
||||
|
||||
### Customize configuration
|
||||
See [Configuration Reference](https://cli.vuejs.org/config/).
|
||||
|
|
|
|||
Loading…
Reference in a new issue