Helps if I added build stuff to it.
This commit is contained in:
parent
dfb22709ce
commit
587d162490
|
@ -12,10 +12,8 @@ build:
|
||||||
- if [ $$arch = 32 ]; then target=i686; fi
|
- if [ $$arch = 32 ]; then target=i686; fi
|
||||||
- if [ $$arch = 64 ]; then target=x86_64; fi
|
- if [ $$arch = 64 ]; then target=x86_64; fi
|
||||||
- pacman -S --needed --noconfirm --noprogressbar mingw-w64-${target}-cmake mingw-w64-${target}-ffmpeg mingw-w64-${target}-SDL2 mingw-w64-${target}-openal mingw-w64-${target}-sfml mingw-w64-${target}-extra-cmake-modules mingw-w64-${target}-cairo mingw-w64-${target}-zlib mingw-w64-${target}-libpng nasm
|
- pacman -S --needed --noconfirm --noprogressbar mingw-w64-${target}-cmake mingw-w64-${target}-ffmpeg mingw-w64-${target}-SDL2 mingw-w64-${target}-openal mingw-w64-${target}-sfml mingw-w64-${target}-extra-cmake-modules mingw-w64-${target}-cairo mingw-w64-${target}-zlib mingw-w64-${target}-libpng nasm
|
||||||
- ./autogen.sh
|
- cmake -DENABLE_FFMPEG=ON -DENABLE_SDL=ON
|
||||||
- ./configure
|
|
||||||
- make
|
- make
|
||||||
- make check
|
|
||||||
notify:
|
notify:
|
||||||
irc:
|
irc:
|
||||||
prefix: build
|
prefix: build
|
||||||
|
|
Loading…
Reference in New Issue