Nathalie Furmento 5 years ago
parent
commit
648635ebaa
1 changed files with 7 additions and 0 deletions
  1. 7 0
      .gitlab-ci.yml

+ 7 - 0
.gitlab-ci.yml

@@ -22,6 +22,12 @@ build:
   stage: build
   script:
     - ./contrib/gitlab/build.sh
+  artifacts:
+    paths:
+      - *.tar.gz
+      - starpu.pdf
+      - starpu_dev.pdf
+      - contrib/ci.inria.fr/job-1-check.sh
   rules:
     - if: '$CI_PIPELINE_SOURCE == "push"'
       when: never  # Prevent pipeline run for push event
@@ -30,6 +36,7 @@ build:
 deploy:
   stage: deploy
   script:
+    - ls
     - ./contrib/gitlab/deploy.sh
   rules:
     - if: '$CI_PIPELINE_SOURCE == "push"'