fixed appveyor yml issues

This commit is contained in:
itsmattkc
2019-09-15 16:39:54 +10:00
parent 9660e29f4c
commit 06b5eaceeb
2 changed files with 6 additions and 7 deletions
+6 -1
View File
@@ -1,3 +1,8 @@
# Set architecture
ARCH=x86_64
MINGW_PATH=mingw64
NSISDEF=-DX64
# Update packages
pacman -Syu --noconfirm
@@ -31,7 +36,7 @@ do
dep_path=${dep_output[2]}
# If this is a mingw dependency, copy it into the deploy folder
if [[ $dep_path == /mingw64* ]]
if [[ $dep_path == /$MINGW_PATH* ]]
then
cp $dep_path .
fi
-6
View File
@@ -5,12 +5,6 @@ branches:
image: Visual Studio 2015
environment:
TRAVIS_REPO_SLUG: olive-editor/olive
matrix:
- MSYSTEM: MINGW64
ARCH: x86_64
NSISDEF: -DX64
- MSYSTEM: MINGW32
ARCH: i686
build_script:
- cmd: appveyor-build.bat
artifacts: