Newer
Older
test:
stage: build
script:
- opam repo add opamorg "https://opam.ocaml.org/1.2.2"
- opam repo add verimag-sync-repo "http://www-verimag.imag.fr/DIST-TOOLS/SYNCHRONE/opam-repository"
- opam update -y
- opam depext -y lustre-v6 lutin
- opam install -y dune ocamlgraph lutin
- make install
# automating version numbering
release:
before_script:
- yarn install --frozen-lockfile
image: node:8
only:
- master
script:
- $(yarn bin)/semantic-release-gitlab --preset eslint
stage: release
stage: deploy
script:
- cd guides/users
- make
- cp README.html ../../public/index.html
artifacts:
paths:
- public