Skip to content

Commit d33c61a

Browse files
committed
Update build_windows.yaml
Revert to boost 1.72 and remove patch.
1 parent bfc739b commit d33c61a

1 file changed

Lines changed: 15 additions & 19 deletions

File tree

.github/workflows/build_windows.yaml

Lines changed: 15 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -2,21 +2,21 @@ name: C/C++ CI Windows
22

33
on:
44
push:
5-
# branches: [master]
6-
# pull_request:
7-
# branches: [master]
8-
# types: [ready_for_review, opened, synchronize, reopened]
9-
# paths:
10-
# - .github/workflows/linux_build.yaml
11-
# - ./App/**
12-
# - ./OREAnalytics/**
13-
# - '!./OREAnalytics/doc/**'
14-
# - ./OREData/**
15-
# - '!./OREData/doc/**'
16-
# - ./ORETest/**
17-
# - ./QuantExt/**
18-
# - '!./QuantExt/doc/**'
19-
# - CMakeLists.txt
5+
branches: [master]
6+
pull_request:
7+
branches: [master]
8+
types: [ready_for_review, opened, synchronize, reopened]
9+
paths:
10+
- .github/workflows/linux_build.yaml
11+
- ./App/**
12+
- ./OREAnalytics/**
13+
- '!./OREAnalytics/doc/**'
14+
- ./OREData/**
15+
- '!./OREData/doc/**'
16+
- ./ORETest/**
17+
- ./QuantExt/**
18+
- '!./QuantExt/doc/**'
19+
- CMakeLists.txt
2020
workflow_dispatch:
2121

2222
jobs:
@@ -34,10 +34,6 @@ jobs:
3434
(New-Object System.Net.WebClient).DownloadFile($Url, "$env:TEMP\boost.exe")
3535
Start-Process -Wait -FilePath "$env:TEMP\boost.exe" "/SILENT","/SP-","/SUPPRESSMSGBOXES","/DIR=C:\local\boost"
3636
choco install -y ninja
37-
# - name: apply patch (temp fix for issue #160)
38-
# run: |
39-
# cd OREAnalytics/test
40-
# Add-Content -Path .\CMakeLists.txt -Value "target_compile_definitions(orea-test-suite PUBLIC BOOST_USE_WINAPI_VERSION=0x0600)"
4137
- name: cmake configure and build
4238
env:
4339
BOOST_ROOT: C:\local\boost

0 commit comments

Comments
 (0)