未验证 提交 9d3acda9 编写于 作者: G GitSquared

CI integration finished

上级 bd1ed755
......@@ -19,7 +19,7 @@ script:
-v ~/.cache/electron:/root/.cache/electron \
-v ~/.cache/electron-builder:/root/.cache/electron-builder \
electronuserland/builder:wine \
/bin/bash -c "npm install && npm run build"
/bin/bash -c "npm install && npm run build && npm run test"
before_cache:
......
{
"name": "edex-ui",
"version": "0.0.0",
"version": "0.1.0",
"description": "A science fiction desktop running everywhere. Awesome.",
"main": "src/_boot.js",
"scripts": {
......@@ -38,6 +38,14 @@
},
"forceCodeSigning": false,
"npmRebuild": true,
"publish": {
"provider": "github",
"repo": "edex-ui",
"owner": "GitSquared",
"vPrefixedTagName": true,
"host": "github.com",
"protocol": "https"
},
"linux": {
"target": [
{
......
{
"name": "eDEX-UI",
"productName": "eDEX desktop user interface",
"version": "0.0.1",
"version": "0.1.0",
"description": "A science fiction desktop running everywhere. Awesome.",
"keywords": [
"desktop",
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册