mirror of
https://github.com/Chatterino/chatterino2.git
synced 2024-11-13 19:49:51 +01:00
Merge pull request #1323 from AnotherFoxGuy/ci-fix
🐛 Fixed Conan failing to install the packages in appveyor
This commit is contained in:
commit
8c58383298
12
appveyor.yml
12
appveyor.yml
|
@ -5,10 +5,16 @@ branches:
|
||||||
image: Visual Studio 2017
|
image: Visual Studio 2017
|
||||||
platform: Any CPU
|
platform: Any CPU
|
||||||
clone_depth: 1
|
clone_depth: 1
|
||||||
init:
|
|
||||||
- cmd: ''
|
|
||||||
install:
|
install:
|
||||||
- cmd: >-
|
- cmd: >-
|
||||||
|
choco source add -n=AFG -s="https://api.bintray.com/nuget/anotherfoxguy/choco-pkg"
|
||||||
|
|
||||||
|
choco install conan -y
|
||||||
|
|
||||||
|
refreshenv
|
||||||
|
|
||||||
|
conan user
|
||||||
|
|
||||||
git submodule update --init --recursive
|
git submodule update --init --recursive
|
||||||
|
|
||||||
set QTDIR=C:\Qt\5.11\msvc2017_64
|
set QTDIR=C:\Qt\5.11\msvc2017_64
|
||||||
|
@ -16,8 +22,6 @@ install:
|
||||||
set PATH=%PATH%;%QTDIR%\bin
|
set PATH=%PATH%;%QTDIR%\bin
|
||||||
|
|
||||||
call "C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\VC\Auxiliary\Build\vcvarsall.bat" x64
|
call "C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\VC\Auxiliary\Build\vcvarsall.bat" x64
|
||||||
|
|
||||||
pip install conan -q
|
|
||||||
build_script:
|
build_script:
|
||||||
- cmd: >-
|
- cmd: >-
|
||||||
dir
|
dir
|
||||||
|
|
Loading…
Reference in a new issue