iugf
This commit is contained in:
parent
07a9a90cea
commit
2ef8ff5ae8
@ -6,6 +6,7 @@ steps:
|
|||||||
- name: build
|
- name: build
|
||||||
image: archlinux
|
image: archlinux
|
||||||
commands:
|
commands:
|
||||||
|
- pacman -Sy --noconfirm
|
||||||
- pacman -S cmake --noconfirm
|
- pacman -S cmake --noconfirm
|
||||||
- mkdir build
|
- mkdir build
|
||||||
- cd build
|
- cd build
|
||||||
@ -16,6 +17,7 @@ steps:
|
|||||||
- name: test
|
- name: test
|
||||||
image: archlinux
|
image: archlinux
|
||||||
commands:
|
commands:
|
||||||
|
- pacman -Sy --noconfirm
|
||||||
- pacman -S cmake --noconfirm
|
- pacman -S cmake --noconfirm
|
||||||
- mkdir build
|
- mkdir build
|
||||||
- cd build
|
- cd build
|
||||||
|
Loading…
Reference in New Issue
Block a user