Skip to content
Snippets Groups Projects
Commit 08cc4d2b authored by Ralf Jung's avatar Ralf Jung
Browse files

safeguard against outdated submodule

parent 8b2d6bd9
No related branches found
No related tags found
No related merge requests found
......@@ -23,7 +23,8 @@ lrust:
- coq
script:
- coqc -v
# prepare the environment
# prepare the environment, safeguard against outdated submodule
- 'git submodule status iris | egrep "^ "'
- 'ln -s iris iris-enabled'
# build local repo
- 'time make -j8'
......
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