Commit ab0504ef authored by Julien David's avatar Julien David
Browse files

dist didstopia

parent 163ea27c
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
image: ubuntu
image: didstopia/sdl2

stages:
  - build
@@ -7,8 +7,8 @@ stages:
job:build:
  stage: build
  script:
    - apt-get -y update
    - apt-get install --yes make gcc libsdl2-2.0-0 libsdl2-dev
    - apt-get update && apt-get upgrade -y
    - apt-get install --yes make gcc libsdl2-dev

job:test:unit:
  before_script: