This repository has no description
0

Configure Feed

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

Create missing directory

Ivan Ilak (Apr 21, 2023, 9:47 PM +0200) 8136d8ca 406b85fe

+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 6 - cmake -G Ninja -B ./build -S . 6 7 - cmake --build ./build