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
b7de7e7f
Commit
b7de7e7f
authored
5 years ago
by
Mateusz Gniewkowski
Browse files
Options
Downloads
Patches
Plain Diff
CI
parent
7022b8a4
Branches
Branches containing commit
2 merge requests
!11
Data directory lookup fix
,
!10
Develop
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
.gitlab-ci.yml
+0
-39
0 additions, 39 deletions
.gitlab-ci.yml
with
0 additions
and
39 deletions
.gitlab-ci.yml
deleted
100644 → 0
+
0
−
39
View file @
7022b8a4
image
:
clarinpl/cpp:latest
stages
:
-
build
-
deploy
build_deb
:
stage
:
build
only
:
-
master
-
develop
# delete it after first merge to master
script
:
-
add-apt-repository -y ppa:deadsnakes/ppa
-
apt-get update
-
apt-get install -y
python3.6
python3.6-dev
corpus2-python3.6
toki
morfeusz
*morfeusz2*
-
mkdir build && cd build
-
cmake .. && cmake --build . && cpack
artifacts
:
paths
:
-
build/maca*.deb
expire_in
:
1h
push_deb
:
stage
:
deploy
only
:
-
master
-
develop
# delete it after first merge to master
script
:
-
FILE=$(ls build/maca*.deb)
-
curl --fail -i -X POST -F "file=@./${FILE}" -u "${APT_USERNAME}:${APT_PASSWORD}" https://apt.clarin-pl.eu/
dependencies
:
-
build_deb
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