Fix Appveyor (#295)

This commit is contained in:
Rob Loach 2018-09-07 22:49:12 -04:00 committed by GitHub
parent 196893665c
commit d404e334d5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 10 additions and 1 deletions

View File

@ -1,3 +1,8 @@
# Appveyor Config
ifeq ($(appveyor),1)
FLAGS += -DPRId64=I64d -DPRIu64=I64u -DPRIuPTR=Iu
endif
# ChaiLove
SOURCES_CXX := $(wildcard \
$(CORE_DIR)/src/*.cpp \
@ -39,6 +44,9 @@ SOURCES_C += $(wildcard \
$(CORE_DIR)/vendor/libretro-common/file/config_file_userdata.c \
$(CORE_DIR)/vendor/libretro-common/file/file_path.c \
$(CORE_DIR)/vendor/libretro-common/compat/compat_strl.c \
$(CORE_DIR)/vendor/libretro-common/compat/fopen_utf8.c \
$(CORE_DIR)/vendor/libretro-common/compat/compat_posix_string.c \
$(CORE_DIR)/vendor/libretro-common/encodings/encoding_utf.c \
$(CORE_DIR)/vendor/libretro-common/file/config_file_userdata.c \
$(CORE_DIR)/vendor/libretro-common/file/config_file.c \
$(CORE_DIR)/vendor/libretro-common/lists/string_list.c \

View File

@ -17,6 +17,7 @@ environment:
TARGET: chailove_libretro.dll
platform: win
system_platform: win
appveyor: 1
init:
- git config --global core.autocrlf input
@ -32,7 +33,7 @@ before_build:
- gcc --version
build_script:
- make
- make appveyor=1
# TODO: Add automated testing
#before_test: