Skip to content

Commit

Permalink
настройки артефактов для ускорения
Browse files Browse the repository at this point in the history
  • Loading branch information
artbear committed Nov 7, 2020
1 parent 64e998e commit a7ce0a4
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,10 @@ stages:
- Allure
- Сохранение собранных файлов во внешнем хранилище

# cache:
# paths:
# - build/cache.json

Проверка окружения:

stage: Подготовка
Expand Down Expand Up @@ -57,6 +61,9 @@ stages:
- robocopy %EPF_CACHE_PATH% . *.epf cache.json /MIR /XA:H /NP /NFL /NDL /NOCOPY /XO /UNICODE & echo success !
tags:
- vanessa-add
artifacts:
paths:
- .\build\cache.json
only:
refs:
- develop
Expand All @@ -73,12 +80,14 @@ stages:

Сборка файлов:
stage: Подготовка
allow_failure: false
script:
- chcp 65001
- opm run init file --v8version 8.3.10
artifacts:
paths:
- .\build\ib\1Cv8.1CD
- .\build\cache.json
- .\**\*.epf
# - .\epf\**\*.epf
# - .\lib\**\*.epf
Expand Down Expand Up @@ -257,6 +266,7 @@ Allure:
script:
- chcp 65001
- robocopy . %EPF_CACHE_PATH% *.epf cache.json /MIR /XA:H /NP /NFL /NDL /UNICODE
when: always
artifacts:
when: always
paths:
Expand Down

0 comments on commit a7ce0a4

Please sign in to comment.