CI: Github Actions: enable prometheus exporter
This commit is contained in:
parent
77e1c6fb0a
commit
69c10f1d50
|
@ -72,6 +72,7 @@ for CC in ["gcc", "clang"]:
|
|||
"WURFL_LIB=contrib/wurfl",
|
||||
"USE_DEVICEATLAS=1",
|
||||
"DEVICEATLAS_SRC=contrib/deviceatlas",
|
||||
"EXTRA_OBJS=contrib/prometheus-exporter/service-prometheus.o",
|
||||
# "USE_51DEGREES=1",
|
||||
# "FIFTYONEDEGREES_SRC=contrib/51d/src/pattern",
|
||||
],
|
||||
|
@ -137,6 +138,7 @@ matrix.append(
|
|||
"WURFL_LIB=contrib/wurfl",
|
||||
"USE_DEVICEATLAS=1",
|
||||
"DEVICEATLAS_SRC=contrib/deviceatlas",
|
||||
"EXTRA_OBJS=contrib/prometheus-exporter/service-prometheus.o",
|
||||
# "USE_51DEGREES=1",
|
||||
# "FIFTYONEDEGREES_SRC=contrib/51d/src/pattern",
|
||||
],
|
||||
|
|
Loading…
Reference in New Issue