mirror of
https://github.com/Vita3K/unicorn.git
synced 2024-11-23 13:29:40 +00:00
more fix for Appveyor CI
This commit is contained in:
parent
861d5e1ad8
commit
276775f5cc
@ -2,6 +2,7 @@ Unicorn Engine
|
||||
==============
|
||||
|
||||
[![Build Status](https://travis-ci.org/unicorn-engine/unicorn.svg?branch=master)](https://travis-ci.org/unicorn-engine/unicorn)
|
||||
[![Build status](https://ci.appveyor.com/api/projects/status/kojr7bald748ba2x/branch/master?svg=true)](https://ci.appveyor.com/project/aquynh/unicorn/branch/master)
|
||||
|
||||
Unicorn is a lightweight, multi-platform, multi-architecture CPU emulator framework
|
||||
based on [QEMU](http://qemu.org).
|
||||
|
@ -12,8 +12,6 @@ environment:
|
||||
ADD_PATH: /mingw64/bin
|
||||
- HOST_ARCH_ARG: --host=i686-w64-mingw32
|
||||
ADD_PATH: /mingw32/bin
|
||||
- HOST_ARCH_ARG: --enable-msvc
|
||||
ADD_PATH: /mingw64/bin
|
||||
|
||||
install:
|
||||
- C:\"Program Files (x86)\Microsoft Visual Studio 12.0\VC\vcvarsall.bat"
|
||||
|
Loading…
Reference in New Issue
Block a user