https://github.com/thundernet8/electron-app-ci-yml
Travis&Appveyor CI configurations for Electron App building and release to Github
https://github.com/thundernet8/electron-app-ci-yml
appveyor electron-app travis-ci
Last synced: 4 months ago
JSON representation
Travis&Appveyor CI configurations for Electron App building and release to Github
- Host: GitHub
- URL: https://github.com/thundernet8/electron-app-ci-yml
- Owner: thundernet8
- License: mit
- Created: 2017-03-18T07:53:43.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2017-03-18T13:05:02.000Z (about 9 years ago)
- Last Synced: 2025-06-27T17:47:48.142Z (12 months ago)
- Topics: appveyor, electron-app, travis-ci
- Homepage:
- Size: 1.95 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
## Electron-App-CI-Yml
Travis&Appveyor CI configurations for Electron App building and release to Github
为你的Electron应用添加持续集成服务Travis和Appveyor的配置文件
Travis - 用于自动构建并发布MacOS、Linux版的应用
Appveyor - 用于自动构建并发布Windows版的应用
## 注意
你还需要至Travis和Appveyor网站,配置你的Project的环境变量,添加下面一条记录:
```
变量名: GH_TOKEN
变量值: 去github个人设置中添加一个access token, 权限可勾选public repos
```