2019-05-25 23:23:48 +02:00
|
|
|
sudo: false
|
|
|
|
|
os:
|
|
|
|
|
- linux
|
|
|
|
|
language: node_js
|
|
|
|
|
before_script:
|
|
|
|
|
- git clone --recursive https://github.com/armory3d/armorpaint
|
|
|
|
|
- git clone https://github.com/armory3d/nodejs_bin armorpaint/nodejs_bin
|
|
|
|
|
- armorpaint/nodejs_bin/copysysbin.sh
|
|
|
|
|
script:
|
|
|
|
|
- cd armorpaint
|
2019-07-16 19:55:35 +02:00
|
|
|
- nodejs_bin/node Kromx/make.js
|