オープンソース・ソフトウェアの開発とダウンロード

Subversion リポジトリの参照

Diff of /trunk/azure-pipelines.yml

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1442 by srz_zumix, Mon May 3 05:21:12 2021 UTC revision 1443 by srz_zumix, Sat Sep 3 12:44:07 2022 UTC
# Line 136  stages: Line 136  stages:
136            matrix:            matrix:
137              NO_EXCEPTION_HANDLER:              NO_EXCEPTION_HANDLER:
138                CMAKE_OPTIONS: -Dbuild_gtest_samples=ON -Dbuild_no_exceptions=ON                CMAKE_OPTIONS: -Dbuild_gtest_samples=ON -Dbuild_no_exceptions=ON
139                USE_C_PREPROCESSOR:
140                  CMAKE_OPTIONS: -Dbuild_gtest_samples=ON -Dbuild_use_msvc_c_preprocessor=ON
141              USE_EXPERIMENTAL:              USE_EXPERIMENTAL:
142                CMAKE_OPTIONS: -Dbuild_gtest_samples=ON -Dbuild_use_experimental=ON                CMAKE_OPTIONS: -Dbuild_gtest_samples=ON -Dbuild_use_experimental=ON
143                CPP_LATEST:
144                  CMAKE_OPTIONS: -Dbuild_gtest_samples=ON -Dbuild_cpp_latest=ON
145          pool:          pool:
146            vmImage: windows-2019            vmImage: windows-2019
147          steps:          steps:
# Line 146  stages: Line 150  stages:
150              generator_name: Visual Studio 16 2019              generator_name: Visual Studio 16 2019
151              platform: x64              platform: x64
152              cmake_options: "${CMAKE_OPTIONS}"              cmake_options: "${CMAKE_OPTIONS}"
153      # timeout するので commentout
154      # - stage: GccAnalyzer
155      #   dependsOn: Precheck
156      #   jobs:
157      #     - job: gcc_fanalyzer
158      #       timeoutInMinutes: 360
159      #       pool:
160      #         vmImage: ubuntu-latest
161      #       steps:
162      #         - script: |
163      #             ./.ci/linux/install-gcc.sh
164      #           env:
165      #             GCC_VERSION: 11
166      #         - script: |
167      #             make -C test showcxxversion
168      #         - script: |
169      #             make -C test -j1 DEFS="-v -fanalyzer -Wno-analyzer-possible-null-argument -Wno-analyzer-possible-null-dereference -Wno-analyzer-malloc-leak -Wno-analyzer-null-dereference"
170      #           env:
171      #             GGC_MIN_EXPAND: 0
172      #             # GGC_MIN_HEAPSIZE: 4096
173      #           displayName: 'gcc -fanalyzer test'
174    - stage: DockerContaierTest    - stage: DockerContaierTest
175      dependsOn: Precheck      dependsOn: Precheck
176      jobs:      jobs:

Legend:
Removed from v.1442  
changed lines
  Added in v.1443

Back to OSDN">Back to OSDN
ViewVC Help
Powered by ViewVC 1.1.26