From b8943511ec4944acbd1967b3ebc9649f77508a06 Mon Sep 17 00:00:00 2001 From: Superstarxalien <ernesto_vallenilla@hotmail.com> Date: Tue, 14 May 2024 15:43:58 +0000 Subject: [PATCH] try using direct gcc commands instead of makefile --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 6eaba46..333208d 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -31,7 +31,7 @@ build-job: # This job runs in the build stage, which runs first. - echo "Compile complete." artifacts: paths: - "followermaker" + - followermaker untracked: false when: on_success access: all -- GitLab