Skip to content
Snippets Groups Projects
Commit 9f8bc212 authored by Logan Aerl Arias's avatar Logan Aerl Arias Committed by Logan Aerl Arias
Browse files

Update .gitlab-ci.yml file

try running the makefile with nothing
parent 124aca32
No related branches found
No related tags found
No related merge requests found
...@@ -28,8 +28,9 @@ build-job: # This job runs in the build stage, which runs first. ...@@ -28,8 +28,9 @@ build-job: # This job runs in the build stage, which runs first.
# - "*.bin" # - "*.bin"
script: script:
- "ls" - "apt update"
- "pwd" - "apt-get install --no-install-recommends --yes make"
- "make --directory=src"
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment