-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
6d8954e
commit cfa2a96
Showing
4 changed files
with
12 additions
and
31 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,19 +1,27 @@ | ||
version: 1.0.{build} | ||
image: | ||
- Visual Studio 2019 | ||
- macOS | ||
|
||
platform: | ||
- x64 | ||
for: | ||
- | ||
matrix: | ||
only: | ||
- image: Visual Studio 2019 | ||
install: | ||
- ps: Install-Product node stable x64 | ||
- yarn | ||
|
||
init: | ||
- git config --global core.autocrlf input | ||
|
||
install: | ||
- ps: Install-Product node stable x64 | ||
- yarn install | ||
- npm i -g yarn && yarn | ||
|
||
build_script: | ||
- npx envinfo | ||
- yarn run electron-build | ||
- yarn release | ||
|
||
test: off |