This repository has no description
0

Configure Feed

Select the types of activity you want to include in your feed.

Update file .gitlab-ci.yml

Ivan Ilak (Apr 21, 2023, 7:50 PM UTC) aeeca750 8136d8ca

+1 -1
+1 -1
.gitlab-ci.yml
··· 2 2 image: registry.gitlab.com/iilak/pios:latest 3 3 stage: build 4 4 script: 5 - - mkdir build 5 + - mkdir /home/pios/build 6 6 - cmake -G Ninja -B ./build -S . 7 7 - cmake --build ./build