Skip to content
Snippets Groups Projects
Commit 9bb4e045 authored by Cyril Moineau's avatar Cyril Moineau
Browse files

[GitLabCI] Update test.

parent 3ea4937e
No related branches found
No related tags found
No related merge requests found
...@@ -8,3 +8,6 @@ variables: ...@@ -8,3 +8,6 @@ variables:
OMP_NUM_THREADS: 4 OMP_NUM_THREADS: 4
GIT_SSL_NO_VERIFY: 1 GIT_SSL_NO_VERIFY: 1
DEBIAN_FRONTEND: noninteractive DEBIAN_FRONTEND: noninteractive
image: n2d2-ci/ubuntu20.04/cpu:latest
\ No newline at end of file
...@@ -2,8 +2,6 @@ build:ubuntu_cpp: ...@@ -2,8 +2,6 @@ build:ubuntu_cpp:
stage: build stage: build
tags: tags:
- docker - docker
image: n2d2-ci/ubuntu20.04/cpu:latest
script: script:
- mkdir -p build_cpp - mkdir -p build_cpp
- mkdir -p install_cpp - mkdir -p install_cpp
...@@ -20,8 +18,6 @@ build:ubuntu_python: ...@@ -20,8 +18,6 @@ build:ubuntu_python:
stage: build stage: build
tags: tags:
- docker - docker
image: n2d2-ci/ubuntu20.04/cpu:latest
script: script:
- export AIDGE_INSTALL=`pwd`/install - export AIDGE_INSTALL=`pwd`/install
- pip install . -v - pip install . -v
......
...@@ -3,9 +3,8 @@ test:ubuntu_cpp: ...@@ -3,9 +3,8 @@ test:ubuntu_cpp:
needs: ["build:ubuntu_cpp"] needs: ["build:ubuntu_cpp"]
tags: tags:
- docker - docker
image: n2d2-ci/ubuntu20.04/cpu:latest
script: script:
- cd build_test - cd build_cpp
- ctest --output-on-failure - ctest --output-on-failure
test:ubuntu_python: test:ubuntu_python:
...@@ -13,7 +12,6 @@ test:ubuntu_python: ...@@ -13,7 +12,6 @@ test:ubuntu_python:
needs: ["build:ubuntu_python"] needs: ["build:ubuntu_python"]
tags: tags:
- docker - docker
image: n2d2-ci/ubuntu20.04/cpu:latest
script: script:
- cd aidge_core - cd aidge_core
- python3 -m pip list - python3 -m pip list
......
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