image: ocaml/opam:ubuntu

variables:
  GIT_STRATEGY: clone

  
stages:
  - test

build_and_test:
  stage: test
  script:
    - opam install camlp4 ocamlfind
    - make
    - make install
    - cd test
    - make test-batch