Skip to content
Snippets Groups Projects
Commit fe3c4f6c authored by Piotr Maślanka's avatar Piotr Maślanka
Browse files

build test

parent d2ace2e7
No related branches found
No related tags found
No related merge requests found
Pipeline #118 passed with stage
in 4 minutes and 2 seconds
build_lab1: build:
stage: build stage: build
before_script: before_script:
- vagrant up - vagrant up
...@@ -7,6 +7,8 @@ build_lab1: ...@@ -7,6 +7,8 @@ build_lab1:
script: script:
- mkdir dist - mkdir dist
- vagrant ssh -c 'cd /vagrant; python build.py lab1' - vagrant ssh -c 'cd /vagrant; python build.py lab1'
- vagrant ssh -c 'cd /vagrant; python build.py lab2'
artifacts: artifacts:
paths: paths:
- dist/lab1/*.pdf - dist/lab1/*.pdf
- dist/lab2/*.pdf
[{}
]
\ No newline at end of file
_not ready yet_
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment