pmodels / bolt

Official BOLT Repository
https://www.bolt-omp.org
Other
26 stars 13 forks source link

Add a script for Travis CI #63

Closed shintaro-iwasaki closed 4 years ago

shintaro-iwasaki commented 4 years ago

BOLT tests take quite long time. Though some tests in BOLT are unstable and thus might be ignored sometimes, at least, success of compilation should be guaranteed before being merged to the master branch.

This new Travis CI script checks if the PR can be compiled without an error.

shintaro-iwasaki commented 4 years ago

It took only 2 mins, which is reasonably short.

Such a test can also find an issue; this should be fixed in the later PR with this Travis check.

shintaro-iwasaki commented 4 years ago

The OSX problem has been fixed in #64.