Skip to content

Commit

Permalink
DRAFT 658 - test bigger timeout-minutes in cmake build workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
ivmai committed Dec 31, 2023
1 parent 1ccba75 commit e7a877f
Show file tree
Hide file tree
Showing 7 changed files with 6 additions and 1,192 deletions.
179 changes: 0 additions & 179 deletions .appveyor.yml

This file was deleted.

35 changes: 0 additions & 35 deletions .github/workflows/CodeQL.yml

This file was deleted.

4 changes: 2 additions & 2 deletions .github/workflows/cmake-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,14 +7,14 @@ jobs:
build:
name: ${{ matrix.os }} ${{ matrix.c_compiler }} thr:${{ matrix.enable_threads }} rwlock:${{ matrix.enable_rwlock }} redir:${{ matrix.redirect_malloc }} dll:${{ matrix.shared_libs }} cpp:${{ matrix.enable_cplusplus }}
runs-on: ${{ matrix.os }}
timeout-minutes: 4
timeout-minutes: 12

strategy:
# Deliver the feedback for all matrix combinations.
fail-fast: false

matrix:
os: [ macos-latest, ubuntu-latest, windows-latest ]
os: [ macos-latest, windows-latest ] #, ubuntu-latest ]
c_compiler: [ cl, clang, gcc ]
cxx_compiler: [ cl, clang++, g++ ]
enable_cplusplus: [ off, on ]
Expand Down
61 changes: 0 additions & 61 deletions .github/workflows/zig-build.yml

This file was deleted.

Loading

0 comments on commit e7a877f

Please sign in to comment.