diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 337df8a2ed0f4815639341b8f863c87093898b79..a9997f2151b3677845530012d6a108f912813c96 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -19,7 +19,8 @@ build: # before_script: # - apt update && apt -y install make autoconf script: - - g++ code/PAP_Chaleur/main.cpp -o mybinary + - cd code/PAP_Chaleur + - g++ BMatrix.cpp Coord.cpp Experience.cpp Materiau.cpp Matrix_Full.cpp Matrix_Square.cpp Objet.cpp Source.cpp Vector_Column.cpp Vector_Line.cpp main.cpp -o mybinary artifacts: paths: - mybinary @@ -32,4 +33,5 @@ build: test: stage: test script: - - ./runmytests.sh + - echo "This is a test" + # - ./runmytests.sh