Add C++ compiler

This commit is contained in:
Luke Benstead 2021-04-08 15:59:12 +01:00
parent 0b1e454acd
commit c67566f3c0

View File

@ -14,7 +14,7 @@ build:x86-gcc:
stage: build stage: build
image: fedora:33 image: fedora:33
before_script: before_script:
- sudo dnf install -y cmake gcc SDL2-devel.i686 - sudo dnf install -y cmake gcc gcc-c++ SDL2-devel.i686
script: script:
- mkdir builddir - mkdir builddir
- cd builddir - cd builddir