Skip to content
Snippets Groups Projects
Commit d6c387b9 authored by Jaime Arias's avatar Jaime Arias
Browse files

ci: add flex and bison

parent 384fb803
No related branches found
No related tags found
No related merge requests found
Pipeline #9889 passed with stages
in 10 minutes and 52 seconds
......@@ -20,7 +20,7 @@ cache:
build:
stage: build
before_script:
- apt-get update && apt-get install -y git g++ cmake ninja-build doxygen
- apt-get update && apt-get install -y git g++ cmake ninja-build doxygen bison flex
script:
- mkdir -p ${BUILD_DIR} # Create build directory
- cmake -S . -B ${BUILD_DIR} -G Ninja # configures the project
......
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