add make clean

This commit is contained in:
Cassiano Aquino 2019-10-02 18:49:12 +01:00
parent 760a94a0fe
commit 00725ae9c7
No known key found for this signature in database
GPG Key ID: 2480258091054B09

@ -22,6 +22,7 @@ before_script:
- sudo apt-get -y update
- sudo apt-get -y install qemu-user-static binfmt-support qemu bmap-tools kpartx
- sudo update-binfmts --display
- sudo -E env "PATH=$PATH" make clean
- sudo -E env "PATH=$PATH" make install
script: