summaryrefslogtreecommitdiffstats
path: root/.build.sh
Commit message (Collapse)AuthorAgeFilesLines
* Move build.sh to utils directoryJoel Stanley2018-09-071-58/+1
| | | | | | | | | Update travis config to point to the new location. Add a symlink so other CI still works, we will remove this once it has been moved over. Signed-off-by: Joel Stanley <joel@jms.id.au>
* build.sh: Build for powerpc and x86Joel Stanley2018-05-101-2/+17
| | | | | | | pdbg has real users on a non-BMC machines (and not just build testing), so make sure it continues to build on them. Signed-off-by: Joel Stanley <joel@jms.id.au>
* build.sh: Update docker container to Ubuntu 18.04Joel Stanley2018-05-101-2/+2
| | | | | | | | | Travis was failing to hit Ubuntu 16.04 repos. The problem went away when I moved to the newer release. While it probably didn't fix anything, there's no reason to be on the old release now that the new LTS is out, so move on up. Signed-off-by: Joel Stanley <joel@jms.id.au>
* build: Update to do both an in and out of tree buildJoel Stanley2017-07-171-12/+21
| | | | | | | | | | The OpenBMC Yocto build process uses an out of tree build model. Now that pdbg supports that, add it to the Travis build so it does not regress. This also updates to an Ubuntu 17.04 container. Signed-off-by: Joel Stanley <joel@jms.id.au>
* Add docker building and hook it up to travisJoel Stanley2016-03-231-0/+34
Travis only has ancient distros, so build in a Ubuntu 15.10 container. Signed-off-by: Joel Stanley <joel@jms.id.au>
OpenPOWER on IntegriCloud