Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
N
nlp_cpp
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Redmine
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
nlpworkers
nlp_cpp
Commits
164fc584
Commit
164fc584
authored
Apr 16, 2020
by
Mateusz Gniewkowski
Browse files
Options
Downloads
Patches
Plain Diff
Add .gitlab-ci.yml
parent
7e47a69e
No related branches found
No related tags found
No related merge requests found
Pipeline
#405
failed
Apr 16, 2020
Changes
1
Pipelines
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
.gitlab-ci.yml
+35
-0
35 additions, 0 deletions
.gitlab-ci.yml
with
35 additions
and
0 deletions
.gitlab-ci.yml
0 → 100644
+
35
−
0
View file @
164fc584
image
:
clarinpl/cpp
stages
:
-
build
-
deploy
build_deb
:
stage
:
build
only
:
-
master
before_script
:
-
apt-get update -qq
-
apt-get install -y -qq
sqlite3 wget locales locales-all libboost-all-dev libicu-dev
-
wget https://github.com/CopernicaMarketingSoftware/AMQP-CPP/archive/v2.8.0.tar.gz
-
tar -xvf v2.8.0.tar.gz
-
cd AMQP-CPP-2.8.0
-
make -j4 && make install && ldconfig
script
:
-
mkdir build
-
build
-
cmake ..
-
make -j4
-
make install
-
ldconfig
artifacts
:
paths
:
-
build/
push_deb
:
only
:
-
master
script
:
-
ls build
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
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