mirror of
https://gitee.com/openharmony/third_party_benchmark
synced 2024-11-27 09:31:34 +00:00
attempt to suppress apveyor warnings
This commit is contained in:
parent
cba945e37d
commit
a85f2a8e5b
@ -30,6 +30,11 @@ install:
|
||||
- if "%generator%"=="MinGW Makefiles" (set "PATH=%PATH:C:\Program Files\Git\usr\bin;=%")
|
||||
- if not "%cxx_path%"=="" (set "PATH=%PATH%;%cxx_path%")
|
||||
|
||||
# TODO Remove this. This is a hack to work around bogus warning messages
|
||||
# See http://goo.gl/euguBI for more information.
|
||||
before_build:
|
||||
- del "C:\Program Files (x86)\MSBuild\14.0\Microsoft.Common.targets\ImportAfter\Xamarin.Common.targets"
|
||||
|
||||
build_script:
|
||||
- md _build -Force
|
||||
- cd _build
|
||||
|
Loading…
Reference in New Issue
Block a user