Skip to content
Snippets Groups Projects
Commit 13714184 authored by Julien David's avatar Julien David
Browse files

ci image scratch

parent 1bc5431e
No related branches found
No related tags found
1 merge request!20Ajout numpy make gitlab ci
Pipeline #3073 failed with stage
in 13 seconds
image: alpine
image: scratch
stages:
- test
......@@ -7,11 +7,11 @@ lipn-search:
stage: test
script:
- echo "Installation des paquets"
- apk update
- apk add --update make cmake gcc g++
- apk add --update python3 py-pip
- apt-get update
- apt-get install -y make cmake gcc g++
- apt-get install -y python3 python3-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é"
......
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