gui-tool
Version:
Generating of ExtJS prototypes and skeleton applications with Siesta tests has never been so easy and fast.
25 lines (22 loc) • 838 B
YAML
language: node_js
node_js:
- "0.12"
- "0.11"
- "0.10"
env:
- SENCHA_CMD_VERSION="5.1.2.52" EXT_JS="ext-5.1.0"
- SENCHA_CMD_VERSION="5.1.2.52" EXT_JS="ext-4.2.1"
before_script:
- "wget http://cdn.sencha.com/cmd/$SENCHA_CMD_VERSION/SenchaCmd-$SENCHA_CMD_VERSION-linux-x64.run.zip"
- "unzip -q SenchaCmd-$SENCHA_CMD_VERSION-linux-x64.run.zip"
- "chmod +x SenchaCmd-$SENCHA_CMD_VERSION-linux-x64.run"
- "./SenchaCmd-$SENCHA_CMD_VERSION-linux-x64.run --mode unattended"
- "export PATH=~/bin/Sencha/Cmd/$SENCHA_CMD_VERSION/:$PATH"
- "mkdir sdk"
- "wget http://cdn.sencha.com/ext/gpl/$EXT_JS-gpl.zip"
- "unzip -q $EXT_JS-gpl.zip -d $EXT_JS"
- "ls"
- "mv $EXT_JS/* sdk/extjs"
- "wget http://www.bryntum.com/download/?product_id=siesta-lite -O siesta.zip"
- "unzip -q siesta.zip"
- "mv siesta-* sdk/siesta"