Skip to content
Snippets Groups Projects
Commit dfcd8ba1 authored by WALTER NOA's avatar WALTER NOA
Browse files

0

parent 1fcce958
No related merge requests found
Pipeline #294577 failed with stages
in 10 seconds
...@@ -10,7 +10,7 @@ compile-job: ...@@ -10,7 +10,7 @@ compile-job:
stage: build stage: build
script: script:
- echo "Compiling the project..." - echo "Compiling the project..."
- gcc -c main.c - gcc -c c-check/main.c
- gcc -c utils.c - gcc -c utils.c
- gcc -o main main.o utils.o - gcc -o main main.o utils.o
artifacts : artifacts :
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment