summaryrefslogtreecommitdiffstats
path: root/.ci/scripts/linux/docker.sh (unfollow)
Commit message (Collapse)AuthorFilesLines
2020-05-03Re-enables building yuzu with Vulkan enabled via the CI scriptslat9nq1-1/+1
This is possible now with the updated Docker images and their updated packages. Before, there were build errors due to old QT5 packages on Ubuntu, but now since they have updated packages it is feasible to build with Vulkan enabled once more.
2020-01-29ci: Disable Vulkan for Linux buildsReinUsesLisp1-1/+1
2019-10-29externals: Amend zlib submoduleLioncash1-2/+1
Supplies CMakeLists.txt file that avoids pulling in zlib's tests into the tree. This avoids needing to explicitly opt these tests out from ctest.
2019-10-05ci: Add version counter variableZach Hilman1-1/+1
2019-10-04externals: Use upstream zlibLioncash1-1/+2
We don't need to depend on a custom fork for this. We can add the library as is, and then make it excluded from the ALL target, so we only link in the libraries that we actually make use of.
2019-07-14Finalize Azure Pipelines DefinitionsZach Hilman1-1/+4
d
2019-04-16travis: Use Ninja for Travis buildsCameron Cawley1-1/+1
2019-04-15travis: use prebuilt image (#3839)liushuyu1-3/+0
* travis: use prebuilt image * travis: use prebuilt image (MinGW)
2018-12-29travis: Use correct package for linux Qt5WebEngineZach Hilman1-1/+1
2018-12-28cmake: Add USE_QT_WEB_ENGINE flag and update build systemZach Hilman1-2/+2
2018-10-02Port web_service from CitrafearlessTobi1-1/+1
2018-09-19travis: running mingw build on travis citech4me1-1/+3
This commit also fixed a broken cmake dependency with unicorn
2018-08-31travis: use Citras ccachefearlessTobi1-7/+1
2018-08-29Show game compatibility within yuzufearlessTobi1-1/+1
2018-06-07Add ccache support for Linux on TravisMichał Janiszewski1-1/+7
2018-06-07Install cmake from repositories for UbuntuMichał Janiszewski1-5/+1
Ubuntu 18.04 already has cmake 3.10.2
2018-05-28Use Ninja for Travis buildsMichał Janiszewski1-3/+3
2018-01-16Build: Add unicorn as a submodule and build it if neededJames Rowe1-8/+2
Adds a cmake custom target that will build unicorn on first compile and uses this in the build scripts as well. Updates Appveyor and Travis build scripts to work with the new unicorn build, and updates the paths to all of the different artifacts.
2018-01-13Update build scriptsMerryMage1-6/+11
2017-10-07travis: Split build scripts for different platformsMerryMage1-4/+1
This commit also separates clang-format from the linux build, closing #2702.
2017-09-19WebService: Set USE_SYSTEM_CURL for travis linux buildsB3n301-1/+1
2017-08-10Travis: Use Docker to build for LinuxJames1-0/+20