preprocessor/.gitlab-ci.yml

9 lines
146 B
YAML
Raw Normal View History

2018-09-11 15:54:59 +02:00
build:
stage: build
2018-09-11 15:54:59 +02:00
script:
- autoreconf -si
- ./configure
2018-09-11 19:09:45 +02:00
- make -j$(nproc)
- make -j$(nproc) pdf
- make -j$(nproc) html