Skip to content
Snippets Groups Projects
Commit 1444a41f authored by LAFORÊT Nicolas's avatar LAFORÊT Nicolas :rabbit2:
Browse files

:green_heart: Fix CI build

parent 28220b57
Branches main
1 merge request!3Tetris Engine & SDL Graphics
Pipeline #51563 passed with stage
in 31 seconds
......@@ -5,7 +5,7 @@ image: gcc
build:
stage: build
before_script:
- apt update && apt -y install cmake make libsdl2-dev gcovr
- apt update && apt -y install cmake make libsdl2-dev libsdl2-ttf-dev
script:
- mkdir build && cd build
- cmake ..
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment