GarageGames / Torque3D

MIT Licensed Open Source version of Torque 3D from GarageGames
http://torque3d.org
MIT License
3.35k stars 1.2k forks source link

Continous Integration System #2211

Open andyjh92 opened 6 years ago

andyjh92 commented 6 years ago

Hi,

Here are scripts for continous integration with appveyor.com and travis.com. These services are gratis for libre software projects. The CI is full featured and documented here ( http://wiki.torque3d.org/coder:continuous-integration ). You can see generated doxygen doc here ( https://andijh92.github.io/Torque3D/doc/dev/scriptReference/index.html ) and here ( https://andijh92.github.io/Torque3D/doc/dev/engineReference/index.html ). Compiling OSX doesn't work yet and I don't have osx to debug it. Maybe I'll fix it in the future.

Regards, Andy

crabmusket commented 6 years ago

Windows builds! Nice!

Should those 'secure' tokens/keys be in the repository?

Bloodknight commented 5 years ago

Vote to close