Skip to content
Snippets Groups Projects
Unverified Commit eb8e5bc9 authored by orestis.malaspin's avatar orestis.malaspin
Browse files

trying to compile also practical work

parent 0745e1b0
No related branches found
No related tags found
No related merge requests found
Pipeline #12144 failed
image: omalaspinas/pandoc:latest
image: omalaspinas/c_pandoc:latest
variables:
GIT_SUBMODULE_STRATEGY: recursive
......@@ -34,9 +34,23 @@ before_script:
build_only:
script:
- make
build_and_deploy:
scirpt:
- make
- make deploy
- rsync -avzz phys ur1bg_malas@ur1bg.ftp.infomaniak.com:web/malaspinas/
build_practical_work:
script:
- cd travaux_pratiques/vec2
- make
build_and_test_practical_work:
script:
- cd travaux_pratiques/vec2
- make test
build_artifacts:
script:
- make
......
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