try that yet again

This commit is contained in:
Thomas Fussell 2016-12-10 17:05:13 +00:00
parent e537ae104c
commit 888f081fb7

View File

@ -12,7 +12,7 @@ environment:
init: []
install: []
before_build:
- git submodule update --init --recursive --remote
- git submodule update --init
- cmake -H. -Bbuild -G"Visual Studio 14 2015 Win64" -DSTATIC=%STATIC% -DSAMPLES=ON -DBENCHMARKS=ON
build: