preprocessor/.gitlab-ci.yml

8 lines
131 B
YAML
Raw Normal View History

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