summaryrefslogtreecommitdiffstats
path: root/.travis/linux/build.sh (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Build system: remove references to travisFearlessTobi2021-10-121-4/+0
| | | | Co-Authored-By: Vitor K <vitor-kiguchi@hotmail.com>
* travis/linux: Use correct ccache directorylat9nq2020-12-101-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.
* travis: use prebuilt image (#3839)liushuyu2019-04-151-1/+1
| | | | | | * travis: use prebuilt image * travis: use prebuilt image (MinGW)
* Port web_service from CitrafearlessTobi2018-10-021-1/+1
|
* travis: use Citras ccachefearlessTobi2018-08-311-1/+2
|
* travis: share env variables with Dockerliushuyu2018-08-291-1/+1
|
* Add ccache support for Linux on TravisMichał Janiszewski2018-06-071-1/+1
|
* Update build scriptsMerryMage2018-01-131-1/+1
|
* travis: Split build scripts for different platformsMerryMage2017-10-071-0/+3
This commit also separates clang-format from the linux build, closing #2702.