This repository was archived by the owner on Oct 22, 2021. It is now read-only.
File tree Expand file tree Collapse file tree 3 files changed +2
-39
lines changed Expand file tree Collapse file tree 3 files changed +2
-39
lines changed Original file line number Diff line number Diff line change 11
11
12
12
before_script :
13
13
- git lfs pull
14
- - " export DISPLAY=:99.0"
15
- - " sh -e /etc/init.d/xvfb start"
16
- - sleep 3 # give xvfb some time to start
17
14
18
15
script :
19
16
- |
@@ -23,7 +20,7 @@ script:
23
20
-v ~/.cache/electron:/root/.cache/electron \
24
21
-v ~/.cache/electron-builder:/root/.cache/electron-builder \
25
22
electronuserland/builder:wine \
26
- /bin/bash -c "npm install && npm run test && npm run build"
23
+ /bin/bash -c "npm install && npm run build"
27
24
before_cache :
28
25
- rm -rf $HOME/.cache/electron-builder/wine
29
26
Original file line number Diff line number Diff line change 8
8
"postinstall" : " ./node_modules/.bin/electron-rebuild -f -w node-pty" ,
9
9
"prebuild" : " mkdir prebuild-src && cp -R src/* prebuild-src/ && node prebuild-minify.js && cd prebuild-src && npm install" ,
10
10
"build" : " ./node_modules/.bin/electron-builder build -wl -p never" ,
11
- "postbuild" : " rm -R prebuild-src" ,
12
- "test" : " ./node_modules/.bin/nyc --reporter=lcov --reporter=text ./node_modules/.bin/mocha --timeout=3000" ,
13
- "posttest" : " echo coverage/lcov.info | ./node_modules/.bin/codacy-coverage"
11
+ "postbuild" : " rm -R prebuild-src"
14
12
},
15
13
"repository" : {
16
14
"type" : " git" ,
70
68
"electron-builder" : " ^19.37.1" ,
71
69
"electron-rebuild" : " ^1.6.0" ,
72
70
"minifier" : " ^0.8.1" ,
73
- "mocha" : " ^4.0.1" ,
74
71
"node-json-minify" : " ^1.0.0" ,
75
- "nyc" : " ^11.2.1" ,
76
- "spectron" : " ^3.7.2" ,
77
72
"uglify-js" : " ^3.1.3"
78
73
}
79
74
}
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments