comment out Windows build which is timing out
parent
a04cd2cea1
commit
40b5f31cbd
|
@ -25,9 +25,11 @@ jobs:
|
||||||
build_type: [Debug, Release]
|
build_type: [Debug, Release]
|
||||||
build_unstable: [ON]
|
build_unstable: [ON]
|
||||||
include:
|
include:
|
||||||
- name: windows-2016-cl
|
|
||||||
os: windows-2016
|
#TODO This build keeps timing out, need to understand why.
|
||||||
compiler: cl
|
# - name: windows-2016-cl
|
||||||
|
# os: windows-2016
|
||||||
|
# compiler: cl
|
||||||
|
|
||||||
- name: windows-2019-cl
|
- name: windows-2019-cl
|
||||||
os: windows-2019
|
os: windows-2019
|
||||||
|
|
Loading…
Reference in New Issue