1
0
mirror of https://github.com/bebbo/amiga-gcc.git synced 2025-11-22 13:43:01 +00:00

fix travis-ci for osx (4)

This commit is contained in:
bebbo
2019-06-15 10:38:18 +02:00
parent 4f5e995ba7
commit ee1e8f1c9f

View File

@ -33,7 +33,7 @@ script:
then
export CC=gcc-8;
export CXX=g++-8;
gmake all -j3;
(gmake -j3 all &); while [ ! -f $(realpath build-Darwin/gcc/_libgcc_done) ]; do date; sleep 60; done;
else
make all -j3;
fi