Make gitlab-ci build release and test with release, debug, and asan
This commit is contained in:
parent
6b3974eb93
commit
eccb8c4fb3
@ -18,10 +18,12 @@ 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-debug install
|
- make purge configure-release install
|
||||||
|
|
||||||
# run tests using the binary built before
|
# run tests using the binary built before
|
||||||
test:
|
test:
|
||||||
stage: test
|
stage: test
|
||||||
script:
|
script:
|
||||||
- make test
|
- make configure-release test
|
||||||
|
- make configure-debug test
|
||||||
|
- make configure-asan test
|
||||||
|
Loading…
x
Reference in New Issue
Block a user