Update '.drone.yml'
This commit is contained in:
parent
3750c7afae
commit
3c884c64f0
@ -7,7 +7,7 @@ steps:
|
||||
image: archlinux
|
||||
commands:
|
||||
- pacman -Sy --noconfirm
|
||||
- pacman -S cmake make --noconfirm
|
||||
- pacman -S cmake make gcc --noconfirm
|
||||
- mkdir build
|
||||
- cd build
|
||||
- cmake ..
|
||||
@ -18,7 +18,7 @@ steps:
|
||||
image: archlinux
|
||||
commands:
|
||||
- pacman -Sy --noconfirm
|
||||
- pacman -S cmake make --noconfirm
|
||||
- pacman -S cmake make gcc --noconfirm
|
||||
- mkdir build
|
||||
- cd build
|
||||
- cmake ..
|
||||
|
Loading…
Reference in New Issue
Block a user