From f22f35fe214d94fb8ab1ef6a50571d9de33af9ac Mon Sep 17 00:00:00 2001 From: ritt Date: Mon, 29 Jul 2024 11:14:09 +0200 Subject: [PATCH] Added missing packages, thanks to L. J.-R. --- bitbucket-pipelines.yml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/bitbucket-pipelines.yml b/bitbucket-pipelines.yml index 3508c29b..98b63e07 100644 --- a/bitbucket-pipelines.yml +++ b/bitbucket-pipelines.yml @@ -3,7 +3,6 @@ # This template allows you to validate your C++ application. # The workflow allows running tests and code linting on the default branch. - image: gcc:latest @@ -46,7 +45,7 @@ pipelines: # trigger: manual # Uncomment to make this a manual deployment. script: - echo "Deploying to test environment" - - yum -y update && yum -y install rpm-build gcc gcc-c++ git openssl-devel krb5-devel pam-devel openldap-devel csh + - yum -y update && yum -y install rpm-build gcc gcc-c++ git openssl-devel krb5-devel pam-devel openldap-devel csh which - git submodule update --init # git clone https://bitbucket.org/ritt/elog --recursive - ./buildrpm 3.1.5 $(date +%Y%m%d) -krb5 -ldap -pam -ssl @@ -63,7 +62,7 @@ pipelines: # trigger: manual # Uncomment to make this a manual deployment. script: - echo "Deploying to test environment" - - yum -y update && yum -y install rpm-build gcc gcc-c++ git openssl-devel krb5-devel pam-devel openldap-devel csh + - yum -y update && yum -y install rpm-build gcc gcc-c++ git openssl-devel krb5-devel pam-devel openldap-devel csh make cmake - git submodule update --init # git clone https://bitbucket.org/ritt/elog --recursive - ./buildrpm 3.1.5 $(date +%Y%m%d) -krb5 -ldap -pam -ssl