Newer
Older
#debian/stable
image: debian@sha256:7ceacc4462a98718b236cbdeb850d4b7603afe4bab791336a0ed1c030f769f02
- apt-get update
- apt-get install -y ocaml-nox
#Eclipse Prolog compilation of COLIBRI
- ocamlopt -o compile_colibri unix.cmxa compile_colibri.ml
- ./compile_colibri
#Bundle in bundle directory
- cp -ra Bin/ECLIPSE_V7.0_45/ bundle/ECLIPSE/
- ./test.sh -j2
artifacts:
paths:
- logs
expire_in: 1 week
tags:
- docker
#ocaml/opam:debian-10-ocaml-4.11
image: ocaml/opam@sha256:e570e5dd74bb4986e022d5c25fe42579288d11fb0b60df13794632a8f0a110b6
- rm -f Src/COLIBRI/lib/v7/x86_64_linux/* Src/COLIBRI/simplex_ocaml.pl
- opam depext --install dune zarith ocplib-simplex parsexp menhir fmt spelll gen uutf
- make ECLIPSEBIN=$(pwd)/Bin/ECLIPSE_V7.0_45/
- cp -ra Bin/ECLIPSE_V7.0_45/ bundle/ECLIPSE/
- sudo apt-get update
- sudo apt-get install -y parallel
- ./test.sh -j2
artifacts:
paths:
- logs
expire_in: 1 week