From e8d39daba7a5402f1dbb5395f4a5fa9f9d9c61be Mon Sep 17 00:00:00 2001 From: Orestis <orestis.malaspinas@pm.me> Date: Mon, 25 Oct 2021 17:16:37 +0200 Subject: [PATCH] updated ci to compile all example codes --- .gitlab-ci.yml | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 5c8b965..c90bf2d 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -38,8 +38,6 @@ before_script: - echo "$SSH_KNOWN_HOSTS" > ~/.ssh/known_hosts - chmod 644 ~/.ssh/known_hosts - - build_only: script: - cd slides @@ -47,6 +45,11 @@ build_only: - make deploy - rsync -avz algo_cours ur1bg_malas@ur1bg.ftp.infomaniak.com:web/malaspinas/ +build_examples: + script: + - cd source_codes + - make + build_artifacts: script: - cd slides -- GitLab