We don't want a broken job to consume our entire quota, so make sure
things are killed if the stray too far from a normal runtime.
jobs:
build-linux:
runs-on: ubuntu-latest
+ timeout-minutes: 10
steps:
- uses: actions/checkout@v3
- name: Install dependencies
build-windows:
runs-on: windows-latest
+ timeout-minutes: 20
defaults:
run:
shell: msys2 {0}
build-macos:
runs-on: macos-latest
+ timeout-minutes: 20
steps:
- uses: actions/checkout@v3
- name: Install dependencies
build-java:
runs-on: ubuntu-latest
+ timeout-minutes: 5
strategy:
matrix:
java: [ '8', '11', '16' ]
path: java/build/VncViewer.jar
build-packages:
+ timeout-minutes: 20
strategy:
matrix:
target: