Skip to content

Commit

Permalink
[ci] refs #135 Add enviroments var to appveyor
Browse files Browse the repository at this point in the history
  • Loading branch information
stdevMac committed Dec 23, 2019
1 parent 8fce635 commit fe17c2b
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,9 @@ clone_folder: c:\gopath\src\github.com\fibercrypto\fibercryptowallet
environment:
GOPATH: c:\gopath
GOROOT: C:\go
QT5_BASE_DIR: C:/Qt/5.13.0/msvc2017
QT_DIR: C:/Qt
QT_QMAKE_DIR: C:/Qt/5.13.0/mingw73_64/bin

install:
- set PATH=%GOPATH%\bin;%GOROOT%\bin;%PATH%
Expand Down

0 comments on commit fe17c2b

Please sign in to comment.