File tree Expand file tree Collapse file tree 1 file changed +10
-10
lines changed
Expand file tree Collapse file tree 1 file changed +10
-10
lines changed Original file line number Diff line number Diff line change @@ -29,14 +29,14 @@ jobs:
2929 - name : test
3030 run : cd build ; ctest --exclude-regex "test-unicode" --output-on-failure
3131
32- release-test-cpp20-atomic-notifier :
33- runs-on : windows-latest
34- steps :
35- - uses : actions/checkout@v3
36- - name : cmake
37- run : cmake -S . -B build -DCMAKE_BUILD_TYPE=Release -DCMAKE_CXX_STANDARD=20 -DCMAKE_CXX_FLAGS="-DTF_ENABLE_ATOMIC_NOTIFIER=1"
38- - name : build
39- run : cmake --build build --parallel 10
40- - name : test
41- run : cd build ; ctest --exclude-regex "test-unicode" --output-on-failure
32+ # release-test-cpp20-atomic-notifier:
33+ # runs-on: windows-latest
34+ # steps:
35+ # - uses: actions/checkout@v3
36+ # - name: cmake
37+ # run: cmake -S . -B build -DCMAKE_BUILD_TYPE=Release -DCMAKE_CXX_STANDARD=20 -DCMAKE_CXX_FLAGS="-DTF_ENABLE_ATOMIC_NOTIFIER=1"
38+ # - name: build
39+ # run: cmake --build build --parallel 10
40+ # - name: test
41+ # run: cd build ; ctest --exclude-regex "test-unicode" --output-on-failure
4242
You can’t perform that action at this time.
0 commit comments