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

travis build for windows (2)

This commit is contained in:
bebbo
2019-04-27 22:34:09 +02:00
parent 27902b55f1
commit 5ef3f942ca

View File

@ -28,12 +28,12 @@ matrix:
script:
- if [ "$TRAVIS_OS_NAME" = "windows" ]; then
echo x >/c/tools/pipe;
cmd /c "start cmd /k c:\\tools\\msys64\\usr\\bin\\bash --login /c/Users/travis/build/bebbo/crap0000/buildwin";
cmd /c "start cmd /k c:\\tools\\msys64\\usr\\bin\\bash --login ./setup/buildwin";
travis_wait 60 tail --follow=name --max-unchanged-stats=1 /c/tools/pipe || echo "EOF";
ls -l Output;
else
make update -j2;
make all -j2;
make update -j3;
make all -j3;
tar czf amiga-gcc-$(uname)-$(date +%Y%m%d).tgz /opt/amiga;
ls -l;
fi