Error while building vlc-unity with Docker-Compose on Win 10

162 views Asked by At

My Machine: WIN 10 PRO x64 (DUal XEOn with 40 cores, 64G RAM)

Installed 64 bit versions of GitHub desktop and Docker Compose.

Successfully checked out https://github.com/videolan/vlc-unity.git in a Windows ADMIN command Prompt, after CD-ing into the local directory with vlc-unity repo when I try to run: docker-compose -f .gitlab-ci.yml up

I get the following error: ERROR: In file '..gitlab-ci.yml', services 'stages' must be a mapping not an array.

I have verified that the indentation is correct in gitlab-ci.yml file, any other suggestions ?

After comments below did the following (EDIT: 16 Sep 2020):

I installed Ubuntu 20 on a VM Ware Workstation for Win. checked out VLC repo under "BuildingVLC/vlc",

cd into "/BuildingVLC/vlc/extras/ci" and then ran

"gitlab-runner exec docker uwp64-libvlc-llvm"

throws an error: Runtime platform arch=amd64 os=linux pid=11242 revision=fd488787 version=13.4.0-rc1 FATAL: open .gitlab-ci.yml: no such file or directory

What am I still missing ?

0

There are 0 answers