Skip to content
Snippets Groups Projects
Commit f9e433cf authored by Bartosz Ziemba's avatar Bartosz Ziemba
Browse files

Update .gitlab-ci.yml

parent af989ece
Branches
No related tags found
1 merge request!17Develop
Pipeline #2551 passed
...@@ -6,17 +6,17 @@ build_deb: ...@@ -6,17 +6,17 @@ build_deb:
stage: build stage: build
image: clarinpl/python:3.6 image: clarinpl/python:3.6
script: script:
- apt-get update && apt-get install -y \ - apt-get update && apt-get install -y
libxml++2.6-dev \ libxml++2.6-dev
libloki-dev \ libloki-dev
libboost-all-dev \ libboost-all-dev
libicu-dev \ libicu-dev
libffi-dev \ libffi-dev
libssl-dev \ libssl-dev
libxml2-utils \ libxml2-utils
cmake \ cmake
swig \ swig
pwrutils \ pwrutils
gdebi-core gdebi-core
- mkdir src/build && cd src/build - mkdir src/build && cd src/build
- cmake .. && cmake --build . && cpack - cmake .. && cmake --build . && cpack
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment