Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
[gitlab-ci] Run "make distcheck-configure" for merge requests.
[simgrid.git] / .gitlab-ci.yml
index 353f26e..67a8202 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