summaryrefslogtreecommitdiffstats
path: root/.travis/linux/build.sh (unfollow)
Commit message (Collapse)AuthorFilesLines
2021-10-12Build system: remove references to travisFearlessTobi1-4/+0
Co-Authored-By: Vitor K <vitor-kiguchi@hotmail.com>
2020-12-10travis/linux: Use correct ccache directorylat9nq1-1/+1
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)liushuyu1-1/+1
* travis: use prebuilt image * travis: use prebuilt image (MinGW)
2018-10-02Port web_service from CitrafearlessTobi1-1/+1
2018-08-31travis: use Citras ccachefearlessTobi1-1/+2
2018-08-29travis: share env variables with Dockerliushuyu1-1/+1
2018-06-07Add ccache support for Linux on TravisMichał Janiszewski1-1/+1
2018-01-13Update build scriptsMerryMage1-1/+1
2017-10-07travis: Split build scripts for different platformsMerryMage1-0/+3
This commit also separates clang-format from the linux build, closing #2702.