summaryrefslogtreecommitdiff
path: root/.travis/linux/build.sh
AgeCommit message (Collapse)Author
2021-10-12Build system: remove references to travisFearlessTobi
Co-Authored-By: Vitor K <vitor-kiguchi@hotmail.com>
2020-12-10travis/linux: Use correct ccache directorylat9nq
Changes the bound ccache directory to `/home/yuzu/.ccache` instead of `/root/.ccache`, since the `/root` directory is not accessible by the `yuzu` user in the guest container.
2019-04-15travis: use prebuilt image (#3839)liushuyu
* travis: use prebuilt image * travis: use prebuilt image (MinGW)
2018-10-02Port web_service from CitrafearlessTobi
2018-08-31travis: use Citras ccachefearlessTobi
2018-08-29travis: share env variables with Dockerliushuyu
2018-06-07Add ccache support for Linux on TravisMichaƂ Janiszewski
2018-01-13Update build scriptsMerryMage
2017-10-07travis: Split build scripts for different platformsMerryMage
This commit also separates clang-format from the linux build, closing #2702.