From 0c6aafc5459836f7454daa8f6d284a4dc8ed92d3 Mon Sep 17 00:00:00 2001 From: Kagami Hiiragi Date: Sat, 6 Apr 2019 23:21:16 +0300 Subject: [PATCH] Install MSVCR100.dll for yasm --- .travis.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.travis.yml b/.travis.yml index 0a560e0..6964238 100644 --- a/.travis.yml +++ b/.travis.yml @@ -10,6 +10,7 @@ install: - | if [[ $TRAVIS_OS_NAME == windows ]]; then wget -O ~/bin/yasm.exe http://www.tortall.net/projects/yasm/releases/yasm-1.3.0-win64.exe + choco install vcredist2010 mkdir ~/aom && cd ~/aom git clone --depth=1 https://aomedia.googlesource.com/aom mkdir build && cd build