Skip to content

Upgrade versions of all Maven dependencies and plugins (pull #2159) #130

Upgrade versions of all Maven dependencies and plugins (pull #2159)

Upgrade versions of all Maven dependencies and plugins (pull #2159) #130

Workflow file for this run

name: javacv
on: [push, pull_request, workflow_dispatch]
env:
CI_DEPLOY_MODULE: .
CI_DEPLOY_PLATFORM: ${{ github.job }}
CI_DEPLOY_SETTINGS: ${{ secrets.CI_DEPLOY_SETTINGS }}
CI_DEPLOY_USERNAME: ${{ secrets.CI_DEPLOY_USERNAME }}
CI_DEPLOY_PASSWORD: ${{ secrets.CI_DEPLOY_PASSWORD }}
STAGING_REPOSITORY: ${{ secrets.STAGING_REPOSITORY }}
jobs:
linux-x86_64:
runs-on: ubuntu-20.04
steps:
- uses: bytedeco/javacpp-presets/.github/actions/deploy-ubuntu@actions
- uses: mxschmitt/action-tmate@v3.5
if: ${{ github.event_name == 'workflow_dispatch' }}
with:
sudo: false
macosx-x86_64:
runs-on: macos-11
steps:
- uses: bytedeco/javacpp-presets/.github/actions/deploy-macosx@actions
- uses: mxschmitt/action-tmate@v3.5
if: ${{ github.event_name == 'workflow_dispatch' }}
windows-x86_64:
runs-on: windows-2019
steps:
- uses: bytedeco/javacpp-presets/.github/actions/deploy-windows@actions
- uses: mxschmitt/action-tmate@v3.5
if: ${{ github.event_name == 'workflow_dispatch' }}