mirror of
https://github.com/hrydgard/ppsspp.git
synced 2024-11-23 05:19:56 +00:00
Add a headless switch to b.sh.
This commit is contained in:
parent
90b5097d45
commit
995d94da05
@ -37,7 +37,7 @@ before_install:
|
||||
|
||||
script:
|
||||
# Compile PPSSPP
|
||||
- if [ "$PPSSPP_BUILD_TYPE" == "Linux" ]; then mkdir build-travis && cd build-travis && cmake -DHEADLESS=ON .. && make && cd ..; fi
|
||||
- if [ "$PPSSPP_BUILD_TYPE" == "Linux" ]; then ./b.sh --headless; fi
|
||||
- if [ "$PPSSPP_BUILD_TYPE" == "Android" ]; then pushd android && ./ab.sh && popd; fi
|
||||
- if [ "$PPSSPP_BUILD_TYPE" == "Blackberry" ]; then pushd Blackberry && ./build.sh --no-package && popd; fi
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user