nmanthey / riss-solver

sequential and parallel SAT solver
GNU Lesser General Public License v2.1
8 stars 3 forks source link

travis: initial commit #1

Closed nmanthey closed 7 years ago

nmanthey commented 7 years ago

Continuous integration in the repository is run via the scripts/ci.sh script. This script requires a recent version of astyle to check for coding style. Furthermore, the fuzz checks require picosat to be available on the system. Finally, a recent version of gcc should be used.

This initial commit makes all these requirements available for a single build configuration.