sdfghj
This commit is contained in:
parent
2ef8ff5ae8
commit
3750c7afae
@ -7,7 +7,7 @@ steps:
|
|||||||
image: archlinux
|
image: archlinux
|
||||||
commands:
|
commands:
|
||||||
- pacman -Sy --noconfirm
|
- pacman -Sy --noconfirm
|
||||||
- pacman -S cmake --noconfirm
|
- pacman -S cmake make --noconfirm
|
||||||
- mkdir build
|
- mkdir build
|
||||||
- cd build
|
- cd build
|
||||||
- cmake ..
|
- cmake ..
|
||||||
@ -18,7 +18,7 @@ steps:
|
|||||||
image: archlinux
|
image: archlinux
|
||||||
commands:
|
commands:
|
||||||
- pacman -Sy --noconfirm
|
- pacman -Sy --noconfirm
|
||||||
- pacman -S cmake --noconfirm
|
- pacman -S cmake make --noconfirm
|
||||||
- mkdir build
|
- mkdir build
|
||||||
- cd build
|
- cd build
|
||||||
- cmake ..
|
- cmake ..
|
||||||
|
Loading…
Reference in New Issue
Block a user