@moxaj did you fix this? ^
is that the mv
vs move
thing?
I don't think it is related, but i'll investigate more when i get home
@anmonteiro it actually was the source of the issue. I thought that was some post-build cleanup stuff, turns out I was at halftime 😮
@moxaj does changing mv
to move
make your build succeed?
yes
were you building on PowerShell or cmd?
cmd
interesting
@moxaj last question (I’m not familiar with Windows, sorry!): does move
work in Powershell?
yes, both mv and move work
weird
https://github.com/anmonteiro/lumo/blob/master/appveyor.yml#L34
(i'm not familiar either! :D)
CI is running in cmd
and the builds have been passing
yes, appveyor probably does some strange thing
I’ll take your PR in any case, if CI succeeds
if it doesn't time out, like last time
fought for 90 minutes, then gave up
yeah
Appveyor has a 90 minutes timeout
I managed to increase it from 60 a while ago
the other 2 take like ~10 minutes, they probably cache some artifacts, is that not possible with appveyor?
it is
cache must be broken
since the Node 8.0 upgrade
in any case it’ll take 40 minutes with cache 😞
yeah I think the cache is broken