Previous: Contributing to Gnuastro, Up: Developing [Contents][Index]
This is a checklist of things to do after applying your changes/additions in Gnuastro:
$ make check
to make sure everything is working correctly.
$ autoreconf -f
$ make distcheck
This command will create a distribution file (ending with .tar.gz)
and try to compile it in the most general cases, then it will run the tests
on what it has built in its own mini-environment. If $ make
distcheck
finishes successfully, then you are safe to send your changes to
us to implement or for your own purposes. See Production workflow and
Forking tutorial.
Read in other formats.
GNU Astronomy Utilities manual, May 2016.