Skip to content

Commit

Permalink
[ci] refs #135 Remove appveyor scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
stdevMac committed Dec 23, 2019
1 parent 301f9bd commit 761fcc9
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 158 deletions.
40 changes: 0 additions & 40 deletions .appveyor.yml

This file was deleted.

12 changes: 12 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,18 @@ matrix:
- make run-docker CMD='make test'
- make lint
- make run-docker CMD='make install-coveralls ; make test-cover-travis'
- stage: Windows
os: windows
install:
- choco install make -y
- choco install unzip -y
- travis_wait 50 make install-deps-Windows
- make install-linters
- make install-coveralls
script:
- make build-Windows-travis
- make build-icon
- make lint
- stage: MacOS
os: osx
osx_image: xcode10.2
Expand Down
23 changes: 0 additions & 23 deletions .travis/install-qt-win.sh

This file was deleted.

95 changes: 0 additions & 95 deletions .travis/qt-installer-windows.qs

This file was deleted.

0 comments on commit 761fcc9

Please sign in to comment.