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