Skip to content
Snippets Groups Projects
Commit a8cd7a33 authored by Sébastien Villemot's avatar Sébastien Villemot
Browse files

Parallelize CI build

parent 26c3926a
No related branches found
No related tags found
No related merge requests found
Pipeline #3 passed
......@@ -2,4 +2,6 @@ build:
script:
- autoreconf -si
- ./configure
- make all pdf html
- make -j$(nproc)
- make -j$(nproc) pdf
- make -j$(nproc) html
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment