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:57 PM UTC) fe5aaaaf a3667d0a

+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 -p /home/pios/export 5 + - mkdir -p ./pios/export 6 6 - cmake -G Ninja -B ./build -S . 7 7 - cmake --build ./build