stc/.gitlab-ci.yml

15 lines
261 B
YAML
Raw Normal View History

2020-09-02 19:09:52 +02:00
debian:
image: debian:stable-slim
before_script:
2020-09-02 19:12:24 +02:00
- apt-get -qq update
2020-09-02 19:17:31 +02:00
- apt-get -qq install make gcc
2020-09-02 19:09:52 +02:00
script:
- make
alpine:
image: alpine:latest
before_script:
2020-09-02 19:17:31 +02:00
- apk add alpine-sdk
2020-09-02 19:09:52 +02:00
script:
- make