GfSE / SpecIF-Viewer

A viewer and editor for SpecIF files.
Apache License 2.0
9 stars 3 forks source link

Implement CI/CD pipeline #6

Closed odungern closed 3 years ago

odungern commented 4 years ago

... with automated tests.

togiberlin commented 3 years ago

In this commit I added a Travis CI build badge. https://github.com/GfSE/SpecIF-Viewer/pull/13/commits/a864edc83d93a8a2f0f5686742d37ad423bbef7a

A build badge will only work, if the GfSE GitHub account is registered/linked to Travis. Simply register/login with your GH account and Travis should work.

odungern commented 3 years ago

Basic pipeline with ts-compiler is operational; ts-conversion and tests are yet to come.