diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index f27336f7299ea79b5389fcf4fbe134ccd4aea550..86427b8ecae9a839da9a44fb6ef860f19350fbb4 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -2,6 +2,9 @@ centos_build: stage: build tags: - centos + artifacts: + paths: + - ./src/mem script: - ./build.sh $CI_PROJECT_DIR $CI_SERVER_NAME @@ -19,6 +22,9 @@ mac_build: stage: build tags: - mac + artifacts: + paths: + - ./src/mem script: - ./build.sh $CI_PROJECT_DIR $CI_SERVER_NAME @@ -36,6 +42,9 @@ ubuntu_build: stage: build tags: - ubuntu + artifacts: + paths: + - ./src/mem script: - ./build.sh $CI_PROJECT_DIR $CI_SERVER_NAME