CoderDojoTrento / botch-gui

Scratch 3.0 mod for evolutionary computation (VERY MUCH IN-PROGRESS)
https://www.coderdojotrento.it/botch
BSD 3-Clause "New" or "Revised" License
2 stars 0 forks source link

Make Travis work #1

Closed DavidLeoni closed 4 years ago

DavidLeoni commented 4 years ago

Make Travis build also dependencies like evoscratch-vm

See Publishing-to-GitHub-Pages

In order to build, in .travis.yml you need to:

install:
- npm --production=false install
- npm update
- cd node_modules/scratch-vm && ln -s $(npm root)/google-closure-library ../closure-library --force && npm --production=false install && BUILD_MODE=dist npm run build && npm link && cd -