philburk / pforth

Portable Forth in C
BSD Zero Clause License
589 stars 94 forks source link

Travis CI should fail if unit test fails #82

Closed philburk closed 1 year ago

philburk commented 4 years ago

We fail if the C build fails but not if we break the Forth.

May need to throw an exception or pass back a return code so pForth main returns 1. Then we can detect that and return 1 from the Travis execution.