Newer
Older
- opam repo add official "https://opam.ocaml.org/"
- opam repo add verimag-sync-repo "http://www-verimag.imag.fr/DIST-TOOLS/SYNCHRONE/opam-repository"
- opam depext sasa rdbgui4sasa lutin kind2 z3 || echo "not needed for recent opam version"
- opam install --deps-only ./sasa.opam ./salut.opam ./rdbgui4sasa.opam
- make install

erwan
committed
- cd tools/simca
- make && make cmxs && make log -j 15 && make pdf
artifacts:
paths:
- tools/simca

erwan
committed
simca-docker:
image: gricad-registry.univ-grenoble-alpes.fr/verimag/synchrone/tools-distrib/verimag-reactive-toolbox
- cd tools/simca
- make && make cmxs && make log -j 15 && make pdf

erwan
committed
artifacts:
paths:
- tools/simca
test_opam_test:
stage: release
script:
- opam repo add official "https://opam.ocaml.org/"
- opam repo add verimag-sync-repo "http://www-verimag.imag.fr/DIST-TOOLS/SYNCHRONE/test/opam-repository"
- eval `opam config env`
- opam depext -y sasa salut lutin rdbgui4sasa || echo "not needed for recent opam version"
- opam install -y sasa salut lutin rdbgui4sasa
allow_failure: true
- apt-get update && apt-get install -y --no-install-recommends git-core ca-certificates
- npm install -g semantic-release @semantic-release/gitlab
script:
- semantic-release

erwan
committed
image: gricad-registry.univ-grenoble-alpes.fr/verimag/synchrone/tools-distrib/verimag-reactive-toolbox
stage: deploy
script:
- cp -rf sasabatch.pdf ../../public/
- cp -rf sasabatch.png ../../public/
- cp -rf poster.png ../../public/
artifacts:
paths:
- public