mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-08-02 22:29:21 +00:00
Revert "Adding Travis CI script"
This reverts commit 3763021136
.
Reason: No.
This commit is contained in:
parent
3763021136
commit
448e0900d1
1 changed files with 0 additions and 16 deletions
16
.travis.yml
16
.travis.yml
|
@ -1,16 +0,0 @@
|
||||||
language:
|
|
||||||
- cpp
|
|
||||||
# - objective-c
|
|
||||||
|
|
||||||
install:
|
|
||||||
- sudo add-apt-repository -y ppa:fransschreuder1/usbpicprog-stable
|
|
||||||
- sudo apt-get -qq update
|
|
||||||
- sudo apt-get -qq install git cmake gettext wx2.9-headers libwxbase2.9-dev libwxgtk2.9-dev libgtk-3-dev libwayland-dev libsdl1.2-dev nvidia-cg-toolkit libxrandr-dev libxext-dev libglew-dev libavcodec-dev libavformat-dev libsoil-dev libsfml-dev libopenal-dev libao-dev libasound2-dev libpulse-dev libportaudio-dev libsoundtouch-dev libbluetooth-dev libreadline-dev libswscale-dev liblzo2-dev
|
|
||||||
- nproc=$((`nproc` / 2))
|
|
||||||
|
|
||||||
# - brew update
|
|
||||||
# - brew install cmake
|
|
||||||
# - nproc=4
|
|
||||||
|
|
||||||
script:
|
|
||||||
- cmake . && make -j $nproc
|
|
Loading…
Add table
Add a link
Reference in a new issue