This commit is contained in:
parent
f472e32711
commit
34a838be7b
1 changed files with 2 additions and 2 deletions
|
@ -28,8 +28,8 @@ steps:
|
|||
- name: Test-Arch
|
||||
image: archlinux/archlinux
|
||||
commands:
|
||||
- pacman -Sy --noconfirm
|
||||
- ./build/main
|
||||
- pacman -Sy --noconfirm bash glibc
|
||||
- bash -c "./build/main"
|
||||
depends_on:
|
||||
- Build
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue