Skip to content
Snippets Groups Projects
Commit d66759c5 authored by Erwan Jahier's avatar Erwan Jahier
Browse files

add a rule to run tests on a macos

parent 67eb59fc
No related branches found
No related tags found
No related merge requests found
Pipeline #16885 passed
......@@ -23,4 +23,16 @@ test_opam_test:
- opam repo add verimag-sync-repo "http://www-verimag.imag.fr/DIST-TOOLS/SYNCHRONE/test/opam-repository"
- opam update
- opam install -y lustre-v6
- lv6 -help
test_opam_on_mac:
stage: test
tags:
- macos
- docker
script:
- opam repo add verimag-sync-repo "http://www-verimag.imag.fr/DIST-TOOLS/SYNCHRONE/test/opam-repository"
- opam update
- opam install -y lustre-v6
- lv6 -help
allow_failure: true
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