From 4d427827b61b47fdd997f7bae8f50f37206271eb Mon Sep 17 00:00:00 2001 From: vigneron <vigneron@portablecv.u-strasbg.fr> Date: Tue, 21 Nov 2017 12:00:05 +0100 Subject: [PATCH] Add .gitlab-ci.yml with test --- makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/makefile b/makefile index df1c62f..395fc09 100644 --- a/makefile +++ b/makefile @@ -1,10 +1,10 @@ all: helloworld helloworld: - cc helloworld.c + cc helloworld.c test: helloworld - ./a.out + ./a.out clean: rm -rf *.o *.e *.so *.pyf *.pyc __pycache__ -- GitLab