Skip to content

Commit

Permalink
Initial commit for GitHub Actions
Browse files Browse the repository at this point in the history
  • Loading branch information
saudet committed Jun 28, 2021
1 parent d289424 commit c63d8a4
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions .github/workflows/gradle-javacpp.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
name: gradle-javacpp
on: [push, pull_request, workflow_dispatch]
env:
CI_DEPLOY_MODULE: .
CI_DEPLOY_NEED_GRADLE: 1
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-16.04
container: centos:7
steps:
- uses: bytedeco/javacpp-presets/.github/actions/deploy-centos@actions

0 comments on commit c63d8a4

Please sign in to comment.