libmonochrome/.gitlab-ci.yml

12 lines
431 B
YAML
Raw Normal View History

# .gitlab-ci.yml: GitLab continuous integration script.
## No pre-requities for now. If tests are implemented, we might need
## libfx to be installed in forehand. (and we don't make sure that compiler's
## here... should we ?)
## -----------------------------------------------------------------------------
# build: let's build the library.
build:
script:
- ./configure --prefix=./tests/files
- make
2016-07-18 17:45:27 +02:00
- make all-doc