summaryrefslogtreecommitdiff
path: root/travis.sh
AgeCommit message (Collapse)Author
2024-01-24update CI scriptsJRPan
2020-07-13Don't build the apps - because we need this ancient gcc for the 4.2 stuff. ↵tgrogers
Just use the prebuilt apps that already exist on the docker image.
2020-07-13Update travis to use the procman instead of torque explicitly. This was ↵tgrogers
necessary becasue the old docker image has torque on it - but we are just not going to use it. For convience - the scripts auto-select your job launching software - but that fails because we have to execute the docker images as the 'runner' user to use torque. And I stopped doign that because it just makes things more complicated for no reason. In reality we can use a docker image that no longer has torque now that ProcMan exists in Accel-Sim
2020-07-13a few changes to the travis scripttgrogers
2020-07-13updating travis to use the latest infrastrcutre and not use that nasty ↵tgrogers
single-line command line for docker. Also since we don't need torque anymore - none of that runner user stuff is necessary