Files
workflow/.travis.yml
dengjunplusplus d03c6e4f99 Update .travis.yml
2021-02-25 08:16:33 -06:00

15 lines
370 B
YAML

language: cpp
os: windows
git:
depth: 3
quiet: true
branches:
only:
- windows
before_install:
- choco install -y openssl
script:
- cmake -B build -S . -G "Visual Studio 15 2017 Win64" && cmake --build build --config Release && cmake -B build_tutorial -S tutorial -G "Visual Studio 15 2017 Win64" && cmake --build build_tutorial --config Release