mirror of
https://github.com/PabloMK7/citra.git
synced 2025-12-20 14:18:48 +00:00
travis: Update the frozen build to be a flagless Debug build
This is useful to test whether Citra will compile without any CMake flags, and in Debug type.
This commit is contained in:
parent
8202c55cd5
commit
6e2d57e4ff
2 changed files with 2 additions and 2 deletions
|
|
@ -38,7 +38,7 @@ matrix:
|
|||
after_success: "./.travis/macos/upload.sh"
|
||||
cache: ccache
|
||||
- os: linux
|
||||
env: NAME="linux build (frozen versions of dependencies)"
|
||||
env: NAME="linux build (debug, frozen versions of dependencies, no additional CMake flags)"
|
||||
sudo: required
|
||||
dist: trusty
|
||||
services: docker
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue