testdockerwcsim / XTriggerApplication

Other
2 stars 3 forks source link

Update .travis.yml #46

Closed tdealtry closed 4 years ago

tdealtry commented 4 years ago

I just noticed that the travis build was doing stuff that would only work with the Dockerfile updates we made last week. This should fix that Why it was reporting success, I don't know...

tdealtry commented 4 years ago

Hmm something still not working. Still takes 0.72 s to run the "script" line, which should take at least a minute (it's recompiling WCSim, and compiling TriggerApplication). Any ideas?

brichards64 commented 4 years ago

iv attached stdout and stderr, so we can see whats going on inside the docker container during the build

brichards64 commented 4 years ago

well nice to know something breaks it even if its just me getting the options in the wrong order

brichards64 commented 4 years ago

they seem to ahve changed the default command appending which is very strange and i dont understand it as the documentation says its still there but its clearly not working. Also i had to change the " to ' so that $WCSIMDIR isnt evaluated in the host.