Files
libiscsi/.appveyor.yml
Bart Van Assche b446ab3188 ci: Switch from Travis to AppVeyor
Since June 15th, 2021, the building on travis-ci.org is ceased. Hence switch
to AppVeyor.
2021-07-16 21:31:50 -07:00

16 lines
187 B
YAML

image:
- Ubuntu
- Ubuntu1604
- Ubuntu2004
- macos
- macos-mojave
# - Visual Studio 2019
clone_depth: 5
install:
- sh: 'ci/install.sh'
build_script:
- sh: 'ci/build.sh'