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