Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
rename on_start/on_end functions call to on_this_start/on_this_end. add on_start_cb...
[simgrid.git] / .gitlab-ci.yml
index 353f26eb40e8e85bc0f628852e544ddc04409ce6..67a82024cd26b1d7eef981f2b346304f68920efb 100644 (file)
@@ -44,6 +44,15 @@ ctest-modelchecking:
     expire_in: 1 week
     when: always
 
+ctest-distcheck:
+  stage: build
+  only:
+  - merge_requests
+  script:
+  - apt-get --allow-releaseinfo-change update
+  - apt install -y binutils
+  - cmake .
+  - make distcheck-configure
 
 release:
   stage: build