Skip to content

Commit

Permalink
feat: refactor ci (#163)
Browse files Browse the repository at this point in the history
  • Loading branch information
gengjiawen committed Jan 7, 2021
1 parent 6d8954e commit cfa2a96
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 31 deletions.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
- run: npx envinfo
- run: npm i -g n && n latest
- run: yarn
- run: yarn release --linux --win
- run: yarn release --linux
- save_cache:
paths:
- node_modules
Expand Down
26 changes: 0 additions & 26 deletions .travis.yml

This file was deleted.

1 change: 0 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
# electron-devdocs

[![CircleCI](https://circleci.com/gh/gengjiawen/electron-devdocs.svg?style=svg)](https://circleci.com/gh/gengjiawen/electron-devdocs)
[![Build Status](https://travis-ci.org/gengjiawen/electron-devdocs.svg?branch=master)](https://travis-ci.org/gengjiawen/electron-devdocs)
[![Build status](https://ci.appveyor.com/api/projects/status/1akkt6sjlnwwa7tu/branch/master?svg=true)](https://ci.appveyor.com/project/gengjiawen/electron-devdocs/branch/master)
[![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)

Expand Down
14 changes: 11 additions & 3 deletions appveyor.yml
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

0 comments on commit cfa2a96

Please sign in to comment.