diff options
| author | Étienne Loks <etienne.loks@iggdrasil.net> | 2016-08-23 12:50:48 +0200 |
|---|---|---|
| committer | Étienne Loks <etienne.loks@iggdrasil.net> | 2016-08-23 12:50:48 +0200 |
| commit | 14e0ab0e4161b81abd688d8b84fc88c7a5cc119b (patch) | |
| tree | 389b3385dc47ba762ea08474e71bd4f0aef0092f | |
| parent | 5eb8978c023dc8ada1124bbcab796799df8bbb6a (diff) | |
| download | Ishtar-14e0ab0e4161b81abd688d8b84fc88c7a5cc119b.tar.bz2 Ishtar-14e0ab0e4161b81abd688d8b84fc88c7a5cc119b.zip | |
CI: launch tests before building packages
| -rw-r--r-- | .gitlab-ci.yml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 4ef0fec60..6c58830d3 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -25,6 +25,7 @@ stable: debian: script: + - make test_gitlab - apt-get install -q -y devscripts build-essential lintian wget - make deb - wget -O /etc/apt/sources.list.d/iggdrasil.list http://deb.iggdrasil.net/dists/wheezy/iggdrasil.list |
