Remove .gitlab-ci.yml

This commit is contained in:
Franck STAUFFER 2020-10-09 00:04:25 +02:00
parent d83cb3e117
commit fa8cb082a5
1 changed files with 0 additions and 14 deletions

View File

@ -1,14 +0,0 @@
debian:
image: debian:stable-slim
before_script:
- apt-get -qq update
- apt-get -qq install make gcc libsdl2-mixer-dev libsdl2-dev
script:
- make
alpine:
image: alpine:latest
before_script:
- apk add alpine-sdk sdl2-dev sdl2_mixer-dev
script:
- make