Add a .gitlab-ci.yml file

This commit is contained in:
2018-05-02 00:26:48 +01:00
parent 4d37762f73
commit 9a3bef3965

11
.gitlab-ci.yml Normal file
View File

@@ -0,0 +1,11 @@
---
Debian 9:
stage: build
image: debian:stretch
script:
- apt update
- apt install --no-install-recommends -yy build-essential libpurple-dev
- make
artifacts:
paths:
- libdelta.so