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:
@ -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
|
||||
|
||||
Reference in New Issue
Block a user