Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
G
gvec_to_python
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
Package registry
Model registry
Operate
Environments
Terraform modules
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
gvec-group
gvec_to_python
Commits
7f8e7053
Commit
7f8e7053
authored
2 years ago
by
Stefan Possanner
Browse files
Options
Downloads
Patches
Plain Diff
new cache name
parent
6a1ae109
Branches
Branches containing commit
Tags
Tags containing commit
1 merge request
!15
prepare new release
Pipeline
#172153
passed
2 years ago
Stage: install_and_test
Changes
1
Pipelines
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
.gitlab-ci.yml
+4
-4
4 additions, 4 deletions
.gitlab-ci.yml
with
4 additions
and
4 deletions
.gitlab-ci.yml
+
4
−
4
View file @
7f8e7053
...
@@ -9,7 +9,7 @@ default:
...
@@ -9,7 +9,7 @@ default:
# Stupid GitLab fails to load the cache for second jobs.
# Stupid GitLab fails to load the cache for second jobs.
cache
:
# Global `cache`.
cache
:
# Global `cache`.
paths
:
paths
:
-
ip
p-env
-
g2
p-env
artifacts
:
artifacts
:
reports
:
reports
:
...
@@ -21,7 +21,7 @@ default:
...
@@ -21,7 +21,7 @@ default:
-
dist/*
-
dist/*
after_script
:
# Global `after_script`.
after_script
:
# Global `after_script`.
-
ls
ip
p-env
-
ls
g2
p-env
-
echo "Bye, $GITLAB_USER_LOGIN!"
-
echo "Bye, $GITLAB_USER_LOGIN!"
variables
:
variables
:
...
@@ -46,8 +46,8 @@ install_and_test:
...
@@ -46,8 +46,8 @@ install_and_test:
-
pwd
-
pwd
# Install everything.
# Install everything.
-
apt-get -qq update && apt-get -qq install -y gcc gfortran libblas-dev liblapack-dev libopenmpi-dev openmpi-bin
-
apt-get -qq update && apt-get -qq install -y gcc gfortran libblas-dev liblapack-dev libopenmpi-dev openmpi-bin
-
python -m venv
ip
p-env
-
python -m venv
g2
p-env
-
source
ip
p-env/bin/activate
-
source
g2
p-env/bin/activate
-
pip install -U pip build pytest pytest-cov coverage twine
-
pip install -U pip build pytest pytest-cov coverage twine
script
:
script
:
# Build: build python package, install package.
# Build: build python package, install package.
...
...
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