Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
M
maca
Manage
Activity
Members
Labels
Plan
Issues
2
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
maca
Commits
d23e5b40
Commit
d23e5b40
authored
4 years ago
by
Bartosz Ziemba
Browse files
Options
Downloads
Patches
Plain Diff
Data directory lookup fix
parent
35986701
1 merge request
!11
Data directory lookup fix
Pipeline
#2557
passed with stage
in 4 minutes and 58 seconds
Changes
3
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
.gitlab-ci.yml
+1
-2
1 addition, 2 deletions
.gitlab-ci.yml
Dockerfile
+1
-1
1 addition, 1 deletion
Dockerfile
libmaca/CMakeLists.txt
+1
-1
1 addition, 1 deletion
libmaca/CMakeLists.txt
with
3 additions
and
4 deletions
.gitlab-ci.yml
+
1
−
2
View file @
d23e5b40
image
:
clarinpl/cpp:
latest
image
:
clarinpl/cpp:
16.04
stages
:
stages
:
-
build
-
build
...
@@ -27,7 +27,6 @@ push_deb:
...
@@ -27,7 +27,6 @@ push_deb:
stage
:
deploy
stage
:
deploy
only
:
only
:
-
master
-
master
-
develop
# delete it after first merge to master
script
:
script
:
-
FILE=$(ls build/MorphAnalyser*.deb)
-
FILE=$(ls build/MorphAnalyser*.deb)
-
curl --fail -i -X POST -F "file=@./${FILE}" -u "${APT_USERNAME}:${APT_PASSWORD}" https://apt.clarin-pl.eu/
-
curl --fail -i -X POST -F "file=@./${FILE}" -u "${APT_USERNAME}:${APT_PASSWORD}" https://apt.clarin-pl.eu/
...
...
This diff is collapsed.
Click to expand it.
Dockerfile
+
1
−
1
View file @
d23e5b40
FROM
clarinpl/cpp
FROM
clarinpl/cpp
:16.04
RUN
add-apt-repository ppa:deadsnakes/ppa
&&
\
RUN
add-apt-repository ppa:deadsnakes/ppa
&&
\
apt-get update
&&
\
apt-get update
&&
\
...
...
This diff is collapsed.
Click to expand it.
libmaca/CMakeLists.txt
+
1
−
1
View file @
d23e5b40
...
@@ -217,7 +217,7 @@ endif(NOT ${LibXML++_PKGCONF_VERSION} VERSION_LESS 2.40)
...
@@ -217,7 +217,7 @@ endif(NOT ${LibXML++_PKGCONF_VERSION} VERSION_LESS 2.40)
)
)
install
(
install
(
DIRECTORY
${
LIBMACA_SRC_DATA_DIR
}
/
DIRECTORY
${
LIBMACA_SRC_DATA_DIR
}
/
DESTINATION
${
LIBMACA_INSTALL_DATA_DIR
}
DESTINATION
${
CMAKE_INSTALL_PREFIX
}
/
${
LIBMACA_INSTALL_DATA_DIR
}
FILES_MATCHING PATTERN
"*.ini"
FILES_MATCHING PATTERN
"*.ini"
PATTERN
"*.tagset"
PATTERN
"*.tagset"
PATTERN
"*.conv"
PATTERN
"*.conv"
...
...
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