Skip to content
Snippets Groups Projects
Commit 6c709328 authored by Niels Möller's avatar Niels Möller
Browse files

gitlab-ci: Fix syntax error in script

parent 7664ae66
No related branches found
No related tags found
No related merge requests found
......@@ -15,7 +15,7 @@ build/x86-64:
script:
- ./.bootstrap &&
./configure --disable-static --enable-fat --disable-documentation && make -j4 &&
make check -j4
make check -j4 &&
make check-fat
tags:
- shared
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment