File tree 1 file changed +33
-16
lines changed
1 file changed +33
-16
lines changed Original file line number Diff line number Diff line change 2
2
global :
3
3
- TERM=dumb
4
4
- secure : oP/muOICK9B+4eYo8V8AQJqJ0iqy2n9s2n+5XUJPDJh04PZdG/jRp5mpoHATdSqrCEoREuvP1HAww8mNCiZRjN1pMbKE6v6LvtuRYURpm3Uctnbgf6m3pA95upcf48TsHLPr30seQge0lwR39dx+PQ0bbsfywR81MzPu+gT2ExbxMg70MOOf2tILIGAPKkk/Zishf7an17VzgFDJZLLq8fZaKFbFE5jgA5OMU7lgSUrQadhXTgRWT6kUmt7pPByovLinzBZVl/wBbyoxcxF3HSNaLcUSgWXDTDfQHeRDblS78ERtQ+ywBEN9dPv9cwTrxgZcr5laAQjIJ22HNGyLT2gxodlxRs3awp7zY2aNsdcrnbNNSTh2gfZ2r3yd/CDkuNU46W5QsfLpvEgJlacle4JM91afCoYj2OFFSx09UHfp9kPbRwuXerhgIWuYGUwQ15dXR0csxxqLJYslDK8XucKGrPIxo8gi4+/cKeKLotR7b5VXEjdrZtRfnbWU4htYMcb+1nGItKmYyK2eFb4ShOhS2lXRhEGwzAOhn8C5MGKdABpaPLcBHcAyUpGFl76B4nRU4kXKyKPKBJoBs36eZMBYgsiKwZ8UD9id0WIHLAQInbXzvh4SbmClJV4SFwcIroKkGv+iQdRvFA21d0v1teYTHAeHot4bKVGVEaODP/M=
5
- language : node_js
6
- node_js : lts/*
7
5
notifications :
8
6
email : false
9
7
git :
10
8
quiet : true
11
9
depth : false
10
+ language : node
11
+ node_js : lts/*
12
+ python : 3.7
13
+ os : linux
12
14
addons :
13
15
apt :
14
16
update : true
15
17
packages :
16
- - bash
17
- - curl
18
- - fonts-liberation
19
- - libappindicator1
20
- - google-chrome-stable
18
+ - curl
19
+ - sudo
20
+ - lsof
21
+ - docker-ce
22
+ - python3-pip
23
+ - fonts-liberation
24
+ - libappindicator1
25
+ - google-chrome-stable
21
26
install : true
22
- services : xvfb
23
27
before_install :
24
- - export CHROME_BIN=/usr/bin/google-chrome
25
- - export DISPLAY=:99.0
26
- #
27
- - export root=$(pwd)
28
- - npm i -f -g -ED node-gyp
28
+ - export DISPLAY=:99.0
29
+ - |
30
+ if [ ! -f ${HOME}/.local/daggerok/bash-functions/master/main.bash ] ; then
31
+ mkdir -p ${HOME}/.local/daggerok/bash-functions/master ;
32
+ curl -s https://raw.githubusercontent.com/daggerok/bash-functions/master/main.bash > ${HOME}/.local/daggerok/bash-functions/master/main.bash ;
33
+ fi
34
+ source ${HOME}/.local/daggerok/bash-functions/master/main.bash ;
35
+ - stop_any 80 3000 5000 8080 5432
36
+ - export PATH=$HOME/.local/bin:$PATH
37
+ - pip3 install --user --upgrade pip setuptools
38
+ - pip install --user --upgrade httpie
39
+ #
40
+ - export CHROME_BIN=/usr/bin/google-chrome
41
+ - export DISPLAY=:99.0
42
+ #
43
+ - export root=$(pwd)
44
+ - npm i -f -g -ED node-gyp
29
45
jobs :
30
46
include :
31
47
47
63
# node_js: lts/*
48
64
# name: vue-bootstrap-css
49
65
# script:
50
- # - cd ${root}/vue-bootstrap-css
51
- # - npm i
52
- # - npm run predeploy
66
+ # - cd ${root}/vue-bootstrap-css
67
+ # - npm i
68
+ # - npm run predeploy
53
69
54
70
- stage : test
55
71
node_js : lts/*
@@ -294,5 +310,6 @@ cache:
294
310
npm : true
295
311
packages : true
296
312
directories :
313
+ - ~/.local/daggerok
297
314
- node_modules/
298
315
- ~/.n*
You can’t perform that action at this time.
0 commit comments