Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
M
maca
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
Analysers
maca
Commits
4769efeb
Commit
4769efeb
authored
Feb 23, 2021
by
Mateusz Gniewkowski
Browse files
Options
Downloads
Plain Diff
Merge branch 'develop' into 'master'
Data directory lookup fix See merge request
!11
parents
e76cb0a1
448bc655
Branches
Branches containing commit
No related tags found
1 merge request
!11
Data directory lookup fix
Pipeline
#2577
passed
Feb 23, 2021
Stage: build
Stage: deploy
Changes
3
Pipelines
1
Show 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 @
4769efeb
image
:
clarinpl/cpp:
latest
image
:
clarinpl/cpp:
16.04
stages
:
-
build
...
...
@@ -27,7 +27,6 @@ push_deb:
stage
:
deploy
only
:
-
master
-
develop
# delete it after first merge to master
script
:
-
FILE=$(ls build/MorphAnalyser*.deb)
-
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 @
4769efeb
FROM
clarinpl/cpp
FROM
clarinpl/cpp
:16.04
RUN
add-apt-repository ppa:deadsnakes/ppa
&&
\
apt-get update
&&
\
...
...
This diff is collapsed.
Click to expand it.
libmaca/CMakeLists.txt
+
1
−
1
View file @
4769efeb
...
...
@@ -217,7 +217,7 @@ endif(NOT ${LibXML++_PKGCONF_VERSION} VERSION_LESS 2.40)
)
install
(
DIRECTORY
${
LIBMACA_SRC_DATA_DIR
}
/
DESTINATION
${
LIBMACA_INSTALL_DATA_DIR
}
DESTINATION
${
CMAKE_INSTALL_PREFIX
}
/
${
LIBMACA_INSTALL_DATA_DIR
}
FILES_MATCHING PATTERN
"*.ini"
PATTERN
"*.tagset"
PATTERN
"*.conv"
...
...
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