logo

badwolf

Minimalist and privacy-oriented WebKitGTK+ browser
commit: ffd482d156a0acf02656277d86e10d29d3539363
parent: add21f1aa1daac01ad155bd808bfef3e9753448d
Author: Haelwenn (lanodan) Monnier <contact@hacktivis.me>
Date:   Mon, 16 Dec 2019 01:54:16 +0100

.gitlab-ci.yml: run test instead of build

Diffstat:

M.gitlab-ci.yml10+++++-----
1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml @@ -5,16 +5,16 @@ before_script: stages: - lint - - build + - test - analysis -make: - stage: build +test: + stage: test script: - pacman -Syu --noconfirm webkit2gtk pkg-config gettext gcc - - make CC=gcc + - make CC=gcc test - make clean - - make CC=clang + - make CC=clang test - make install format: