Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
I
iriutils
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
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
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
labrobotica
algorithms
iriutils
Commits
99a536c7
Commit
99a536c7
authored
2 years ago
by
Alejandro Lopez Gestoso
Browse files
Options
Downloads
Patches
Plain Diff
Updated to the latest version of packaging
parent
d1451441
No related branches found
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
.gitlab-ci.yml
+10
-32
10 additions, 32 deletions
.gitlab-ci.yml
CMakeLists.txt
+1
-0
1 addition, 0 deletions
CMakeLists.txt
with
11 additions
and
32 deletions
.gitlab-ci.yml
+
10
−
32
View file @
99a536c7
image
:
docker.io/labrobotica/labrobotica:latest
stages
:
-
build
-
test
-
deploy
build-package
:
stage
:
build
script
:
-
apt update || apt -y install ca-certificates && apt update
# Uncomment to install dependencies
# - apt -y install iri-<package_name>-dev
-
mkdir -pv build
-
cd build
-
cmake -D CMAKE_BUILD_TYPE=RELEASE -DCPACK_PACKAGE_VERSION=$CI_COMMIT_TAG ..
-
make package -j $(nproc)
artifacts
:
paths
:
-
build/*.deb
expire_in
:
2 weeks
only
:
-
tags
update_repo
:
stage
:
deploy
script
:
-
cd build
-
"
scp
-i
/root/.ssh/iriLabKeyNopwd
-r
*iriutils*.deb
irilabo@labrepo.iri.upc.edu:packages/"
-
"
ssh
irilabo@labrepo.iri.upc.edu
-i
/root/.ssh/iriLabKeyNopwd
-tt
/home/irilabo/repo_scripts/update_repo.sh
iriutils
$(lsb_release
-cs)"
only
:
-
tags
image
:
docker.io/labrobotica/labrobotica:18.04
variables
:
GIT_SUBMODULE_STRATEGY
:
recursive
FROM_RDEPENDS_CI
:
"
false"
TAG_VERSION
:
$CI_COMMIT_TAG
PACKAGE_NAME
:
"
iriutils"
include
:
remote
:
'
https://gitlab.iri.upc.edu/labrobotica/packaging_ci/-/raw/master/packaging-ci.yml'
This diff is collapsed.
Click to expand it.
CMakeLists.txt
+
1
−
0
View file @
99a536c7
...
...
@@ -100,6 +100,7 @@ IF (UNIX)
SET
(
CPACK_PACKAGING_INSTALL_PREFIX /usr
)
SET
(
CPACK_GENERATOR
"DEB"
)
SET
(
CPACK_DEBIAN_PACKAGE_MAINTAINER
"labrobotica - labrobotica@iri.upc.edu"
)
SET
(
CPACK_DEBIAN_PACKAGE_HOMEPAGE
"https://gitlab.iri.upc.edu/labrobotica/algorithms/iriutils"
)
# Uncomment to add the necessary mantainer scripts
SET
(
CPACK_DEBIAN_PACKAGE_CONTROL_EXTRA
"
${
CMAKE_SOURCE_DIR
}
/scripts/debian/postinst;
${
CMAKE_SOURCE_DIR
}
/scripts/debian/prerm"
)
...
...
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