Update '.drone.yml'
This commit is contained in:
@@ -7,7 +7,7 @@ steps:
|
|||||||
image: archlinux
|
image: archlinux
|
||||||
commands:
|
commands:
|
||||||
- pacman -Sy --noconfirm
|
- pacman -Sy --noconfirm
|
||||||
- pacman -S cmake make --noconfirm
|
- pacman -S cmake make gcc --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 make --noconfirm
|
- pacman -S cmake make gcc --noconfirm
|
||||||
- mkdir build
|
- mkdir build
|
||||||
- cd build
|
- cd build
|
||||||
- cmake ..
|
- cmake ..
|
||||||
|
Reference in New Issue
Block a user