libmonochrome/.gitlab-ci.yml

11 lines
406 B
YAML
Raw Blame History

This file contains invisible Unicode characters

This file contains invisible Unicode characters that are indistinguishable to humans but may be processed differently by a computer. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# .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=./build
- make