Skip to content
This repository was archived by the owner on Nov 3, 2020. It is now read-only.

travis: Disable sndio audio backend, not all distros ship with it#1

Open
darkf wants to merge 1 commit into
masterfrom
travis-fix
Open

travis: Disable sndio audio backend, not all distros ship with it#1
darkf wants to merge 1 commit into
masterfrom
travis-fix

Conversation

@darkf

@darkf darkf commented Jun 24, 2018

Copy link
Copy Markdown
Owner

No description provided.


mkdir build && cd build
cmake .. -DCMAKE_BUILD_TYPE=Release -DCMAKE_C_COMPILER=/usr/lib/ccache/gcc -DCMAKE_CXX_COMPILER=/usr/lib/ccache/g++ -DCITRA_ENABLE_COMPATIBILITY_REPORTING=${ENABLE_COMPATIBILITY_REPORTING:-"OFF"} -DENABLE_COMPATIBILITY_LIST_DOWNLOAD=ON
cmake .. -DCMAKE_BUILD_TYPE=Release -DCMAKE_C_COMPILER=/usr/lib/ccache/gcc -DCMAKE_CXX_COMPILER=/usr/lib/ccache/g++ -DCITRA_ENABLE_COMPATIBILITY_REPORTING=${ENABLE_COMPATIBILITY_REPORTING:-"OFF"} -DENABLE_COMPATIBILITY_LIST_DOWNLOAD=ON -DUSE_SNDIO=NO

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Better replace =NO with =OFF to be consistent. =NO and =ON are easy to confuse or typo.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants