Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
L
lipn-search
Manage
Activity
Members
Labels
Plan
Issues
0
Issue boards
Milestones
Wiki
Code
Merge requests
4
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
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
Julien David
lipn-search
Commits
13714184
Commit
13714184
authored
3 years ago
by
Julien David
Browse files
Options
Downloads
Patches
Plain Diff
ci image scratch
parent
1bc5431e
No related branches found
Branches containing commit
No related tags found
1 merge request
!20
Ajout numpy make gitlab ci
Pipeline
#3073
failed with stage
in 13 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
.gitlab-ci.yml
+5
-5
5 additions, 5 deletions
.gitlab-ci.yml
with
5 additions
and
5 deletions
.gitlab-ci.yml
+
5
−
5
View file @
13714184
image
:
alpine
image
:
scratch
stages
:
-
test
...
...
@@ -7,11 +7,11 @@ lipn-search:
stage
:
test
script
:
-
echo "Installation des paquets"
-
ap
k
update
-
ap
k add --update
make cmake gcc g++
-
ap
k add --update
python3 py-pip
-
ap
t-get
update
-
ap
t-get install -y
make cmake gcc g++
-
ap
t-get install -y
python3 py
thon3
-pip
-
pip install cython
-
pip install numpy
==1.14.3
-
pip install numpy
-
pip install pytest
-
echo "Début de la phase de test"
-
echo "Début des tests sur l'index inversé"
...
...
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