Add OX_NODEBUG to GitLab CI
This commit is contained in:
parent
795b1add64
commit
1547e8e550
@ -15,6 +15,8 @@ image: gcc
|
|||||||
|
|
||||||
build:
|
build:
|
||||||
stage: build
|
stage: build
|
||||||
|
variables:
|
||||||
|
OX_NODEBUG: 1
|
||||||
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:
|
||||||
|
Loading…
Reference in New Issue
Block a user