Skip to content

Commit

Permalink
move win longhaul to x64 (#2520)
Browse files Browse the repository at this point in the history
* move win longhaul to 64bits

* move to x64
  • Loading branch information
ericwolz committed Aug 16, 2023
1 parent adcf1ea commit 90643d3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build/longhaul.vsts-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,10 +58,10 @@ jobs:
displayName: 'Longhaul: Windows'
steps:
- script: |
call jenkins\longhaul_c.cmd
call jenkins\longhaul_c.cmd --platform x64
displayName: 'Build'
- script: |
call jenkins\windows_c_VsDevCmd.cmd x86
call jenkins\windows_c_VsDevCmd.cmd x64
cd cmake && ctest -T test --no-compress-output -C "Debug" -V -j 16 --schedule-random
displayName: 'Run Tests'
env:
Expand Down

0 comments on commit 90643d3

Please sign in to comment.