mirror of
https://git.do.srb2.org/STJr/SRB2.git
synced 2024-11-14 17:01:07 +00:00
Update .gitlab-ci.yml file
try running the makefile with nothing
This commit is contained in:
parent
124aca3267
commit
9f8bc21253
1 changed files with 3 additions and 2 deletions
|
@ -28,8 +28,9 @@ build-job: # This job runs in the build stage, which runs first.
|
|||
# - "*.bin"
|
||||
|
||||
script:
|
||||
- "ls"
|
||||
- "pwd"
|
||||
- "apt update"
|
||||
- "apt-get install --no-install-recommends --yes make"
|
||||
- "make --directory=src"
|
||||
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue