try mingw build

This commit is contained in:
itsmattkc
2019-09-15 14:12:18 +10:00
parent 197cf86382
commit 7c541d12c3
2 changed files with 15 additions and 1 deletions
+11
View File
@@ -0,0 +1,11 @@
# Update packages
pacman -Syu --noconfirm
# Install necessary packages
pacman -S --noconfirm mingw-w64-x86_64-toolchain mingw-w64-x86_64-cmake mingw-w64-x86_64-ninja mingw-w64-x86_64-qt5 mingw-w64-x86_64-ffmpeg mingw-w64-x86_64-openimageio mingw-w64-x86_64-opencolorio
# Generate Ninja Makefiles
cmake . -G "Ninja"
# Compile
ninja
+4 -1
View File
@@ -16,7 +16,10 @@ environment:
# ARCH: i686
# QTTOOLS: Tools\mingw730_32
build_script:
- cmd: appveyor-build.bat
- cmd: >-
- \msys64\msys2_shell.cmd -mingw64 -where "." -c ./appveyor-build.sh
on_finish:
- ps: $blockRdp = $true; iex ((new-object net.webclient).DownloadString('https://raw.githubusercontent.com/appveyor/ci/master/scripts/enable-rdp.ps1'))
artifacts:
- path: Olive*.zip
name: Olive Portable