Stop CI on first error
This commit is contained in:
parent
4546b3227a
commit
70509e5b02
1 changed files with 3 additions and 0 deletions
|
|
@ -1,6 +1,7 @@
|
|||
build-and-test-with-drm:
|
||||
image: alpine:3.19
|
||||
script:
|
||||
- set -e # Stop on first error
|
||||
- apk -q add git bash build-base meson linux-headers inih-dev libinput-dev libxkbcommon-dev libdrm-dev scdoc
|
||||
- git submodule init
|
||||
- git submodule update
|
||||
|
|
@ -9,6 +10,7 @@ build-and-test-with-drm:
|
|||
build-and-test-without-drm:
|
||||
image: alpine:3.19
|
||||
script:
|
||||
- set -e # Stop on first error
|
||||
- apk -q add git bash build-base meson linux-headers inih-dev libinput-dev libxkbcommon-dev scdoc
|
||||
- git submodule init
|
||||
- git submodule update
|
||||
|
|
@ -17,6 +19,7 @@ build-and-test-without-drm:
|
|||
build-iskey:
|
||||
image: alpine:3.19
|
||||
script:
|
||||
- set -e # Stop on first error
|
||||
- apk -q add git bash build-base meson linux-headers libevdev-dev
|
||||
- cd iskey
|
||||
- meson setup _build
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue