ukyfdiu
This commit is contained in:
@@ -6,7 +6,7 @@ steps:
|
|||||||
- name: build
|
- name: build
|
||||||
image: archlinux
|
image: archlinux
|
||||||
commands:
|
commands:
|
||||||
- apt install -y cmake
|
- pacman -S cmake --noconfirm
|
||||||
- mkdir build
|
- mkdir build
|
||||||
- cd build
|
- cd build
|
||||||
- cmake ..
|
- cmake ..
|
||||||
@@ -16,7 +16,7 @@ steps:
|
|||||||
- name: test
|
- name: test
|
||||||
image: archlinux
|
image: archlinux
|
||||||
commands:
|
commands:
|
||||||
- apt install -y cmake
|
- pacman -S cmake --noconfirm
|
||||||
- mkdir build
|
- mkdir build
|
||||||
- cd build
|
- cd build
|
||||||
- cmake ..
|
- cmake ..
|
||||||
|
Reference in New Issue
Block a user