Skip to content

Commit

Permalink
Merge pull request #1022 from alexadhy/windows-appveyor-bugfix
Browse files Browse the repository at this point in the history
turn off build-ui on windows appveyor (timeout)
  • Loading branch information
jdknives authored Dec 3, 2021
2 parents 68f19fe + 1d9efb4 commit 4e9d12d
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions .appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,17 +68,14 @@ for:
- choco install make
- go install github.com/golangci/golangci-lint/cmd/[email protected]
- make dep
- make install-deps-ui
- set PATH=C:\Users\appveyor\go\bin;C:\msys64\mingw64\bin;C:\msys64\usr\bin;%PATH%

before_build:
- set GO111MODULE=on
- make check-windows
- make lint-ui

build_script:
- make build-windows
- make build-ui-windows

- # Linux and MacOS (Release)
skip_non_tags: true
Expand Down

0 comments on commit 4e9d12d

Please sign in to comment.