attempt 3
This commit is contained in:
parent
51d11e8fe9
commit
b6ff3ae73f
1 changed files with 1 additions and 1 deletions
|
@ -12,7 +12,7 @@ mkdir -pv out/
|
||||||
} | ./config.py &&
|
} | ./config.py &&
|
||||||
builddir &&
|
builddir &&
|
||||||
pushd build &&
|
pushd build &&
|
||||||
cmake -DCMAKE_TOOLCHAIN_FILE=../toolchains/i686-elf.cmake .. &&
|
cmake -DCMAKE_TOOLCHAIN_FILE=../toolchains/i686-elf.cmake .. || cat /home/travis/build/MTGos/kernel/build/CMakeFiles/CMakeError.log && exit -1
|
||||||
make -j$(nproc) &&
|
make -j$(nproc) &&
|
||||||
popd &&
|
popd &&
|
||||||
buildtools/grub-iso.sh &&
|
buildtools/grub-iso.sh &&
|
||||||
|
|
Loading…
Reference in a new issue