Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
T
tag-converter
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
tag-converter
Commits
d505a40b
Commit
d505a40b
authored
Mar 31, 2021
by
szymekc
Browse files
Options
Downloads
Plain Diff
Merge branch 'master' of
https://gitlab.clarin-pl.eu/nlpworkers/tag-converter
parents
394b0443
9cd8487a
No related branches found
No related tags found
No related merge requests found
Pipeline
#2806
passed
Mar 31, 2021
Stage: build
Changes
3
Pipelines
1
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
.gitlab-ci.yml
+16
-0
16 additions, 0 deletions
.gitlab-ci.yml
CMakeLists.txt
+0
-3
0 additions, 3 deletions
CMakeLists.txt
Dockerfile
+2
-1
2 additions, 1 deletion
Dockerfile
with
18 additions
and
4 deletions
.gitlab-ci.yml
0 → 100644
+
16
−
0
View file @
d505a40b
stages
:
-
build
build_image
:
stage
:
build
image
:
docker:18.09.7
only
:
-
master
services
:
-
'
docker:18.09.7-dind'
script
:
-
docker build -t clarinpl/tag-converter .
-
echo $DOCKER_PASSWORD > pass.txt
-
cat pass.txt | docker login --username $DOCKER_USERNAME --password-stdin
-
rm pass.txt
-
docker push clarinpl/tag-converter
This diff is collapsed.
Click to expand it.
CMakeLists.txt
+
0
−
3
View file @
d505a40b
...
@@ -15,9 +15,6 @@ find_package(Boost COMPONENTS program_options system thread filesystem chrono at
...
@@ -15,9 +15,6 @@ find_package(Boost COMPONENTS program_options system thread filesystem chrono at
link_directories
(
${
Boost_LIBRARY_DIRS
}
)
link_directories
(
${
Boost_LIBRARY_DIRS
}
)
set
(
LIBS
${
LIBS
}
${
Boost_LIBRARIES
}
)
set
(
LIBS
${
LIBS
}
${
Boost_LIBRARIES
}
)
find_package
(
amqpcpp REQUIRED
)
set
(
LIBS
${
LIBS
}
amqpcpp
)
find_package
(
Threads
)
find_package
(
Threads
)
set
(
LIBS
${
LIBS
}
${
CMAKE_THREAD_LIBS_INIT
}
)
set
(
LIBS
${
LIBS
}
${
CMAKE_THREAD_LIBS_INIT
}
)
...
...
This diff is collapsed.
Click to expand it.
Dockerfile
+
2
−
1
View file @
d505a40b
FROM
clarinpl/cpp
FROM
clarinpl/cpp:16.04
RUN
apt update
&&
apt
install
wsnlp-16-04
WORKDIR
/home/install
WORKDIR
/home/install
COPY
CMakeScripts/ CMakeScripts/
COPY
CMakeScripts/ CMakeScripts/
...
...
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