Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
C
corpus2
Manage
Activity
Members
Labels
Plan
Issues
4
Issue boards
Milestones
Wiki
Redmine
Code
Merge requests
0
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Analysers
corpus2
Commits
f9e433cf
Commit
f9e433cf
authored
4 years ago
by
Bartosz Ziemba
Browse files
Options
Downloads
Patches
Plain Diff
Update .gitlab-ci.yml
parent
af989ece
Branches
Branches containing commit
1 merge request
!17
Develop
Pipeline
#2551
passed with stage
in 6 minutes and 58 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
.gitlab-ci.yml
+12
-12
12 additions, 12 deletions
.gitlab-ci.yml
with
12 additions
and
12 deletions
.gitlab-ci.yml
+
12
−
12
View file @
f9e433cf
...
...
@@ -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
:
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment