Skip to content
Snippets Groups Projects
Commit b870ea67 authored by Alejandro Lopez Gestoso's avatar Alejandro Lopez Gestoso
Browse files

Replaced apt-get by apt. Removed option --allow-unauthenticated

parent d7df798b
No related branches found
No related tags found
No related merge requests found
Pipeline #3415 passed
...@@ -9,12 +9,11 @@ build-package: ...@@ -9,12 +9,11 @@ build-package:
stage: build stage: build
script: script:
# Uncomment to install dependencies # Uncomment to install dependencies
# - apt-get update # - apt update
# - apt-get -y --allow-unauthenticated install iri-<package_name>-dev # - apt -y install iri-<package_name>-dev
- apt-get update - apt update
- apt-get -y --allow-unauthenticated install iri-iriutils-dev - apt -y install iri-iriutils-dev
- apt-get install -y libxerces-c-dev - apt install -y libxerces-c-dev xsdcxx
- apt-get install -y xsdcxx
- mkdir -pv build - mkdir -pv build
- cd build - cd build
- cmake -D CMAKE_BUILD_TYPE=RELEASE -DCPACK_PACKAGE_VERSION=$CI_COMMIT_TAG .. - cmake -D CMAKE_BUILD_TYPE=RELEASE -DCPACK_PACKAGE_VERSION=$CI_COMMIT_TAG ..
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment