File tree 4 files changed +12
-31
lines changed
4 files changed +12
-31
lines changed Original file line number Diff line number Diff line change 14
14
- run : npx envinfo
15
15
- run : npm i -g n && n latest
16
16
- run : yarn
17
- - run : yarn release --linux --win
17
+ - run : yarn release --linux
18
18
- save_cache :
19
19
paths :
20
20
- node_modules
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 1
1
# electron-devdocs
2
2
3
3
[ ![ CircleCI] ( https://circleci.com/gh/gengjiawen/electron-devdocs.svg?style=svg )] ( https://circleci.com/gh/gengjiawen/electron-devdocs )
4
- [ ![ Build Status] ( https://travis-ci.org/gengjiawen/electron-devdocs.svg?branch=master )] ( https://travis-ci.org/gengjiawen/electron-devdocs )
5
4
[ ![ Build status] ( https://ci.appveyor.com/api/projects/status/1akkt6sjlnwwa7tu/branch/master?svg=true )] ( https://ci.appveyor.com/project/gengjiawen/electron-devdocs/branch/master )
6
5
[ ![ Gitpod ready-to-code] ( https://img.shields.io/badge/Gitpod-ready--to--code-blue?logo=gitpod )] ( https://gitpod.io/#https://github.com/gengjiawen/electron-devdocs )
7
6
Original file line number Diff line number Diff line change 1
1
version : 1.0.{build}
2
2
image :
3
3
- Visual Studio 2019
4
+ - macOS
4
5
5
6
platform :
6
7
- x64
8
+ for :
9
+ -
10
+ matrix :
11
+ only :
12
+ - image : Visual Studio 2019
13
+ install :
14
+ - ps : Install-Product node stable x64
15
+ - yarn
7
16
8
17
init :
9
18
- git config --global core.autocrlf input
10
19
11
20
install :
12
- - ps : Install-Product node stable x64
13
- - yarn install
21
+ - npm i -g yarn && yarn
14
22
15
23
build_script :
16
24
- npx envinfo
17
- - yarn run electron-build
25
+ - yarn release
18
26
19
27
test : off
You can’t perform that action at this time.
0 commit comments