Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
G
GeoModel
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package registry
Container registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
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
GeoModelDev
GeoModel
Commits
c627ba0f
Commit
c627ba0f
authored
4 years ago
by
Riccardo Maria Bianchi
Browse files
Options
Downloads
Patches
Plain Diff
(CI) Add ssl and crypto to the CC7 template
parent
a7c344c8
No related branches found
No related tags found
1 merge request
!60
WIP: Add CC7 (Centos7) CI jobs
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
.gitlab-ci.yml
+2
-2
2 additions, 2 deletions
.gitlab-ci.yml
with
2 additions
and
2 deletions
.gitlab-ci.yml
+
2
−
2
View file @
c627ba0f
...
@@ -49,7 +49,7 @@ variables:
...
@@ -49,7 +49,7 @@ variables:
.ubuntu-template-job-default
:
&ubuntu-job
.ubuntu-template-job-default
:
&ubuntu-job
<<
:
*ubuntu-job-base
<<
:
*ubuntu-job-base
before_script
:
before_script
:
-
apt-get update -qq && apt-get install -y -qq git wget unzip build-essential freeglut3-dev libboost-all-dev qt5-default
mercurial
libeigen3-dev libsqlite3-dev
-
apt-get update -qq && apt-get install -y -qq git wget unzip build-essential freeglut3-dev libboost-all-dev qt5-default libeigen3-dev libsqlite3-dev
-
wget https://cmake.org/files/v3.14/cmake-3.14.7-Linux-x86_64.tar.gz
-
wget https://cmake.org/files/v3.14/cmake-3.14.7-Linux-x86_64.tar.gz
-
tar -C /usr/local --strip-components=1 --no-same-owner -xvf cmake-*-Linux-x86_64.tar.gz
-
tar -C /usr/local --strip-components=1 --no-same-owner -xvf cmake-*-Linux-x86_64.tar.gz
-
rm cmake-*-Linux-x86_64.tar.gz
-
rm cmake-*-Linux-x86_64.tar.gz
...
@@ -68,7 +68,7 @@ variables:
...
@@ -68,7 +68,7 @@ variables:
rules
:
rules
:
-
when
:
always
-
when
:
always
before_script
:
before_script
:
-
yum -y install glibc-devel which wget unzip make freeglut-devel
-
yum -y install glibc-devel which wget unzip make freeglut-devel
openssl-devel cryptopp-devel
-
set +e && source CI/setup_lcg.sh; set -e
-
set +e && source CI/setup_lcg.sh; set -e
-
which g++
-
which g++
-
which gcc
-
which gcc
...
...
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