diff options
| author | Yukihiro "Matz" Matsumoto <[email protected]> | 2021-03-23 15:02:15 +0900 |
|---|---|---|
| committer | Yukihiro "Matz" Matsumoto <[email protected]> | 2021-03-23 15:02:48 +0900 |
| commit | 6e1a13360fd356469b2531f944f541cd64d66f05 (patch) | |
| tree | e5588f6a1b0835bfb0b2289e9bb0986444b01612 | |
| parent | 30576bf3c6224db2feaae95f91cb41d22d7df733 (diff) | |
| download | mruby-6e1a13360fd356469b2531f944f541cd64d66f05.tar.gz mruby-6e1a13360fd356469b2531f944f541cd64d66f05.zip | |
Add `timeout-minutes' to GitHub workflow. [ci skip]
| -rw-r--r-- | .github/workflows/build.yml | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 435118e37..c96b955a6 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -5,6 +5,7 @@ on: [push, pull_request] jobs: Ubuntu-1804-gcc: runs-on: ubuntu-18.04 + timeout-minutes: 10 env: MRUBY_CONFIG: ci/gcc-clang CC: gcc @@ -19,6 +20,7 @@ jobs: Ubuntu-1804-clang: runs-on: ubuntu-18.04 + timeout-minutes: 10 env: MRUBY_CONFIG: ci/gcc-clang CC: clang @@ -33,6 +35,7 @@ jobs: Ubuntu-2004-gcc: runs-on: ubuntu-20.04 + timeout-minutes: 10 env: MRUBY_CONFIG: ci/gcc-clang CC: gcc @@ -47,6 +50,7 @@ jobs: Ubuntu-2004-clang: runs-on: ubuntu-20.04 + timeout-minutes: 10 env: MRUBY_CONFIG: ci/gcc-clang CC: clang @@ -61,6 +65,7 @@ jobs: macOS: runs-on: macos-latest + timeout-minutes: 10 env: MRUBY_CONFIG: ci/gcc-clang CC: clang @@ -75,6 +80,7 @@ jobs: Windows-MinGW: runs-on: windows-latest + timeout-minutes: 10 env: MRUBY_CONFIG: ci/gcc-clang CC: gcc @@ -89,6 +95,7 @@ jobs: Windows-Cygwin: runs-on: windows-latest + timeout-minutes: 10 env: ACTIONS_ALLOW_UNSECURE_COMMANDS: true MRUBY_CONFIG: ci/gcc-clang @@ -134,6 +141,7 @@ jobs: Windows-VC: runs-on: windows-latest + timeout-minutes: 10 env: MRUBY_CONFIG: ci/msvc steps: |
