.gitlab-ci.yml: build: Clean before build
The motivating factor here is some out of date or corrupted rustc cache, however we really ought to be doing fresh builds for TAME; it doesn't add enough time that it's worth sacrificing assurances.main
parent
e940fc5aa0
commit
434365543e
|
@ -20,7 +20,7 @@ build:
|
|||
- export SAXON_CP=/usr/share/ant/lib/saxon9/saxon9he.jar
|
||||
- export HOXSL=hoxsl
|
||||
- ./bootstrap
|
||||
- make all check info pdf html
|
||||
- make clean all check info pdf html
|
||||
artifacts:
|
||||
paths:
|
||||
- doc/
|
||||
|
|
Loading…
Reference in New Issue