PDP-10 / klh10

Community maintained version of Kenneth L. Harrenstien's PDP-10 emulator.
Other
60 stars 8 forks source link

Build and test in Travis CI #11

Closed larsbrinkhoff closed 7 years ago

larsbrinkhoff commented 7 years ago

This adds a .travis.yml file to control an automatic build on each commit. I also added a small test which runs the DFKFB diagnostics.

To make this work, it seemed I had to add a console command to really quit without asking for confirmation. When I just used quit, the KLH10 was still hung waiting for input.

Rhialto commented 7 years ago

I see that the Travis config does a "make base-kl". That builds only one model (three times). Isn't a plain "make" more useful to build all 3 configs? Even if after that only the kl is run-tested.

larsbrinkhoff commented 7 years ago

Yes, that would probably be more useful.