Loading .gitlab-ci.yml +1 −0 Original line number Diff line number Diff line Loading @@ -8,6 +8,7 @@ job:build: stage: build script: - apt-get install --yes make - apt-cache search libsdl2 - apt-get install --yes libsdl2-2.0-0 libsdl2-dev job:test:unit: Loading Loading
.gitlab-ci.yml +1 −0 Original line number Diff line number Diff line Loading @@ -8,6 +8,7 @@ job:build: stage: build script: - apt-get install --yes make - apt-cache search libsdl2 - apt-get install --yes libsdl2-2.0-0 libsdl2-dev job:test:unit: Loading