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
1 merge request!17Develop
Pipeline #2551 passed with stage
in 6 minutes and 58 seconds
......@@ -6,18 +6,18 @@ build_deb:
stage: build
image: clarinpl/python:3.6
script:
- apt-get update && apt-get install -y \
libxml++2.6-dev \
libloki-dev \
libboost-all-dev \
libicu-dev \
libffi-dev \
libssl-dev \
libxml2-utils \
cmake \
swig \
pwrutils \
gdebi-core
- apt-get update && apt-get install -y
libxml++2.6-dev
libloki-dev
libboost-all-dev
libicu-dev
libffi-dev
libssl-dev
libxml2-utils
cmake
swig
pwrutils
gdebi-core
- mkdir src/build && cd src/build
- cmake .. && cmake --build . && cpack
artifacts:
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment