added github integration.
This commit is contained in:
parent
ce39651984
commit
0d70c227f3
13
.drone.yml
13
.drone.yml
|
@ -1,4 +1,4 @@
|
||||||
6# Build configuration for https://www.tea-ci.org
|
# Build configuration for https://www.tea-ci.org
|
||||||
# Tea CI is a fork of Drone CI with Cygwin/Msys2 support
|
# Tea CI is a fork of Drone CI with Cygwin/Msys2 support
|
||||||
# Feel free to share Tea CI to more open source developers
|
# Feel free to share Tea CI to more open source developers
|
||||||
# http://docs.tea-ci.org/usage/overview/
|
# http://docs.tea-ci.org/usage/overview/
|
||||||
|
@ -12,7 +12,7 @@ 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
|
||||||
- cmake -DENABLE_FFMPEG=ON -DENABLE_SDL=ON -G"MSYS Makefiles"
|
- cmake -DENABLE_FFMPEG=ON -DENABLE_SDL=ON
|
||||||
- make
|
- make
|
||||||
notify:
|
notify:
|
||||||
irc:
|
irc:
|
||||||
|
@ -26,3 +26,12 @@ matrix:
|
||||||
arch:
|
arch:
|
||||||
- 64
|
- 64
|
||||||
- 32
|
- 32
|
||||||
|
|
||||||
|
publish:
|
||||||
|
github_release:
|
||||||
|
api_key: 4cd466723ff104154a6a206814ddaa159131f2ec
|
||||||
|
files:
|
||||||
|
- vbam.exe
|
||||||
|
- visualboyadvance-m.exe
|
||||||
|
checksum:
|
||||||
|
- sha256
|
Loading…
Reference in New Issue