c-cube / frog-utils

[frozen] Scheduling and running jobs on a shared computer, then analyse their output
BSD 2-Clause "Simplified" License
5 stars 0 forks source link

Continuous integration ? #35

Open Gbury opened 7 years ago

Gbury commented 7 years ago

As shown in #34 , dependencies in the opam file, or misconfiguration of the opam file may lead to the package not being installable anymore. These bugs are not easily detectable on work machines (which often have the dependencies manually installed), but are very easily catchable using continuous integration.

It would be interesting to setup even a minimal test that verifies that the opam package builds as intended. If we want to try and test for different version of ocaml, we can use the files in https://github.com/Gbury/mSAT as examples.

c-cube commented 7 years ago

Please setup CI ;) -- Simon