Skip to content
Snippets Groups Projects
Verified Commit d432a825 authored by Guilherme Amadio's avatar Guilherme Amadio
Browse files

Build with GD support on GitLab CI

parent 016cf826
No related branches found
No related tags found
No related merge requests found
......@@ -15,6 +15,7 @@ gcc:
<<: *build_def
before_script:
- apt-get update -y && apt-get upgrade -y
- apt-get install -y pkg-config python libgd-dev
- apt-get install -y cmake git g++
variables:
CC: gcc
......@@ -25,6 +26,7 @@ clang:
<<: *build_def
before_script:
- apt-get update -y && apt-get upgrade -y
- apt-get install -y pkg-config python libgd-dev
- apt-get install -y cmake git clang
variables:
CC: clang
......
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