File tree Expand file tree Collapse file tree 1 file changed +14
-13
lines changed
Expand file tree Collapse file tree 1 file changed +14
-13
lines changed Original file line number Diff line number Diff line change 1010 # - COMPONENT=hyper-operation LANGUAGE=ruby LANGUAGE_VERSION=2.5.1
1111 # - COMPONENT=hyper-router LANGUAGE=ruby LANGUAGE_VERSION=2.5.1
1212 # - COMPONENT=hyper-spec LANGUAGE=ruby LANGUAGE_VERSION=2.5.1
13- # - COMPONENT=hyper-state LANGUAGE=ruby LANGUAGE_VERSION=2.5.1
13+ - COMPONENT=hyper-state LANGUAGE=ruby LANGUAGE_VERSION=2.5.1
1414 # - COMPONENT=hyper-store LANGUAGE=ruby LANGUAGE_VERSION=2.5.1
1515 - COMPONENT=hyper-trace LANGUAGE=ruby LANGUAGE_VERSION=2.5.1
1616 # - COMPONENT=rails-hyperstack LANGUAGE=ruby LANGUAGE_VERSION=2.5.1
1717 # - COMPONENT=hyperstack-config LANGUAGE=ruby LANGUAGE_VERSION=2.5.1
18- addons :
19- apt :
20- sources :
21- - sourceline : ' deb http://dl.yarnpkg.com/debian/ stable main'
22- key_url : ' http://dl.yarnpkg.com/debian/pubkey.gpg'
23- - sourceline : ' deb http://dl.google.com/linux/chrome/deb/ stable main'
24- key_url : ' https://dl-ssl.google.com/linux/linux_signing_key.pub'
25- packages :
26- - chromium-chromedriver
27- - google-chrome-stable
28- - yarn
29- mariadb : ' 10.3'
3018before_install :
3119 - echo installing $COMPONENT
3220 # yarn is in /usr/local/bin/yarn version 1.3.2 and is not a package
@@ -61,6 +49,19 @@ script:
6149# tags: true
6250jobs :
6351 include :
52+ - stage : test
53+ addons :
54+ apt :
55+ sources :
56+ - sourceline : ' deb http://dl.yarnpkg.com/debian/ stable main'
57+ key_url : ' http://dl.yarnpkg.com/debian/pubkey.gpg'
58+ - sourceline : ' deb http://dl.google.com/linux/chrome/deb/ stable main'
59+ key_url : ' https://dl-ssl.google.com/linux/linux_signing_key.pub'
60+ packages :
61+ - chromium-chromedriver
62+ - google-chrome-stable
63+ - yarn
64+ mariadb : ' 10.3'
6465 - stage : release gems
6566 script :
6667 - echo deploying something
You can’t perform that action at this time.
0 commit comments