1
0
Fork 0

DEVOPS-151 - gitlab-ci - Splitting up make commands so that the console output has the test (make check) results last

master
Herbert Burzlaff 2019-05-09 08:57:48 -04:00
parent 06d928b179
commit 6e336610d4
No known key found for this signature in database
GPG Key ID: 3909FC9A8CFF4205
1 changed files with 3 additions and 1 deletions

View File

@ -14,7 +14,9 @@ build:
- autoreconf -fvi
- ./configure --with-srcuri="$SRCURI"
- npm install
- make all check info pdf html
- make all
- make info pdf html
- make check
artifacts:
paths:
- doc/