Mentions légales du service

Skip to content
Snippets Groups Projects
Commit b00a5939 authored by ESTERIE Pierre's avatar ESTERIE Pierre
Browse files

First test pages

parent 53c8e304
No related branches found
No related tags found
No related merge requests found
Pipeline #74763 failed
......@@ -50,6 +50,17 @@ doc:
-DCMAKE_CXX_COMPILER=g++-6
- make doc
pages:
stage: build
artifacts:
paths:
- public
script:
- mkdir public
- echo '<html><head><title>42</title></head><body><h2>What do you get if you multiply six by nine?</h2></body></html>' > public/index.html
only:
- cmake-refurb
test:
stage: test
dependencies:
......
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