Get rid of separate test stage in gitlab-ci
This commit is contained in:
parent
1e8d8c8b9e
commit
644abd7f22
@ -18,12 +18,6 @@ build:
|
|||||||
before_script:
|
before_script:
|
||||||
- apt update && apt -y install make cmake ninja-build pkg-config xorg-dev libgtk-3-dev python3 python3-mypy
|
- apt update && apt -y install make cmake ninja-build pkg-config xorg-dev libgtk-3-dev python3 python3-mypy
|
||||||
script:
|
script:
|
||||||
- make purge configure-release install
|
- make purge configure-release test install
|
||||||
|
- make purge configure-debug test install
|
||||||
# run tests using the binary built before
|
- make purge configure-asan test install
|
||||||
test:
|
|
||||||
stage: test
|
|
||||||
script:
|
|
||||||
- make configure-release test
|
|
||||||
- make configure-debug test
|
|
||||||
- make configure-asan test
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user