chore(ci): fix build script (#248)

This commit is contained in:
Andrew Rynhard 2018-12-01 15:44:24 -08:00 committed by GitHub
parent e94095b0f3
commit c502ca87f3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -32,10 +32,10 @@ script:
set -e
mkdir -p ./build
cd ./src/tools && ../../conform build
cd ../kernel && ../../conform build
cd ../rootfs && ../../conform build
cd ../initramfs && ../../conform build
cd ../image && ../../conform build
cd ../docs && ../../conform build
cd ./src/tools && conform build
cd ../kernel && conform build
cd ../rootfs && conform build
cd ../initramfs && conform build
cd ../image && conform build
cd ../docs && conform build
cd ../