Mentions légales du service

Skip to content
Snippets Groups Projects
Commit a058e88f authored by Thierry Martinez's avatar Thierry Martinez
Browse files

Add snapshot job

parent 6d4304f1
No related branches found
No related tags found
No related merge requests found
Pipeline #99036 failed
......@@ -5,7 +5,7 @@ stages:
- prepare
- build
- test
- deploy
- snapshot
build_image:
stage: prepare
......@@ -29,3 +29,12 @@ bigrt:
script:
- docker run --rm clangml-transforms-build
bash -c 'make -C /home/opam/memcad/ bigrt'
snapshot:
only:
refs:
- master
script:
- wget https://gitlab.inria.fr/tmartine/redirect/raw/master/snapshot.sh
- chmod +x snapshot.sh
- ./snapshot.sh
......@@ -14,6 +14,8 @@
(name clangml-transforms)
(synopsis "Code transformers for clangml")
(depends
(ocaml (>= 4.04))
(dune (>= 1.10))
(clangml (>= 4.0.1))
(dolog (>= 4.0.0))
(visitors (>= 20190711))))
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment