Initial setup of mycontroller

This commit is contained in:
2019-11-28 09:16:11 -06:00
parent 62d71e30c1
commit 665eb783be
504 changed files with 212034 additions and 0 deletions

View File

@@ -0,0 +1,20 @@
language: node_js
node_js:
- '4'
cache:
directories:
- node_modules
before_install:
- rvm install 2.3.1
- if [[ `npm -v` != 3* ]]; then npm i -g npm@3; fi
- npm install -g bower grunt-cli
- npm install git+https://github.com/patternfly/patternfly-eng-release.git
install: true
script:
- sh -x ./node_modules/patternfly-eng-release/scripts/_build.sh -p
after_success: