preprocessor/.gitlab-ci.yml

9 lines
146 B
YAML

build:
stage: build
script:
- autoreconf -si
- ./configure
- make -j$(nproc)
- make -j$(nproc) pdf
- make -j$(nproc) html