# .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