Skip to content

Commit

Permalink
Merge pull request #952 from jdknives/fix/remove-ui-build-appveyor
Browse files Browse the repository at this point in the history
Remove ui-build and lint targets from AppVeyor to increase performance
  • Loading branch information
jdknives authored Oct 20, 2021
2 parents 8421565 + 30ec3c3 commit c301129
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions .appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,15 +47,12 @@ for:
- curl -sSfL https://raw.githubusercontent.com/golangci/golangci-lint/master/install.sh | sh -s -- -b $(go env GOPATH)/bin v1.42.1
- make dep
- sh: ci_scripts/create-ip-aliases.sh
- make install-deps-ui

before_build:
- make check
- make lint-ui

build_script:
- make build
- make build-ui

- # Windows
skip_tags: true
Expand All @@ -71,16 +68,13 @@ for:
- choco install make
- go get github.com/golangci/golangci-lint/cmd/[email protected]
- make dep
- make install-deps-ui

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

build_script:
- make build
- make build-ui

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

0 comments on commit c301129

Please sign in to comment.