mirror of
https://github.com/QuasarApp/pe-parse.git
synced 2025-04-26 12:24:32 +00:00
travis: Add Windows build (#97)
This commit is contained in:
parent
67a09499bf
commit
b4e2695921
@ -50,6 +50,13 @@ jobs:
|
||||
- <<: *__build_stage_script
|
||||
os: osx
|
||||
compiler: clang
|
||||
- stage: build
|
||||
os: windows
|
||||
language: cpp
|
||||
script:
|
||||
- mkdir build && cd build
|
||||
- cmake -G "Visual Studio 15 2017 Win64" ..
|
||||
- cmake --build .
|
||||
|
||||
env:
|
||||
global:
|
||||
|
Loading…
x
Reference in New Issue
Block a user