Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
LAFORÊT Nicolas
Tetris - Advanced Programming
Commits
28220b57
Commit
28220b57
authored
Apr 17, 2021
by
LAFORÊT Nicolas
🐇
Browse files
🔥
Remove gitlab Unit Tests job
parent
b52b77d9
Pipeline
#51562
failed with stage
in 45 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
28220b57
...
...
@@ -17,23 +17,22 @@ build:
only
:
-
master
-
merge_requests
test
:
stage
:
test
before_script
:
-
apt update && apt -y install cmake make libsdl2-dev gcovr
script
:
-
cd build
-
cmake -DCODE_COVERAGE=ON ..
-
make
-
./bin/tetris_test --gtest_output="xml:report.xml"
-
./bin/tetris
-
gcovr -r ..
artifacts
:
when
:
always
expire_in
:
1 day
reports
:
junit
:
build/report.xml
only
:
-
master
-
merge_requests
# test:
# stage: test
# before_script:
# - apt update && apt -y install cmake make libsdl2-dev gcovr
# script:
# - cd build
# - cmake -DCODE_COVERAGE=ON ..
# - make
# - ./bin/tetris_test --gtest_output="xml:report.xml"
# - ./bin/tetris
# - gcovr -r ..
# artifacts:
# when: always
# expire_in: 1 day
# reports:
# junit: build/report.xml
# only:
# - master
# - merge_requests
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment