Add gitlab ci configuration.
authorRalph Giles <giles@thaumas.net>
Tue, 7 Apr 2020 18:27:50 +0000 (11:27 -0700)
committerRalph Giles <giles@thaumas.net>
Wed, 15 Apr 2020 16:46:07 +0000 (09:46 -0700)
commit1e61905c7f8d30b884a48fca5d3029083ae077d5
tree00854f474c0cfc0f93c23cd3a5e161ce6697a1fe
parent0a4beb1d04f802c48016b11fb939690e24173168
Add gitlab ci configuration.

Describe a basic autoconf build and test for gitlab's integrated
continuous integration runner. Uses the gcc docker image.

Copied from the theora version.

- `zip` is needed for `make dist`
- `doxygen` is needed to generate api documentation.
  latex is also needed, but a heavy dependency to install every run,
  so skipped for now.
.gitlab-ci.yml [new file with mode: 0644]