2021-11-30 14:51:24 +01:00

26 lines
423 B
YAML

path_classifiers:
library:
- exclude: /
extraction:
cpp:
index:
build_command:
- export 'CFLAGS=-Iinclude -ansi -Wall -Wextra -Wpedantic -Werror'
- make -C source core_json.o
csharp:
after_prepare:
- false
go:
after_prepare:
- false
java:
after_prepare:
- false
javascript:
after_prepare:
- false
python:
after_prepare:
- false