|
|
|
@ -3,13 +3,17 @@ name: dvmhost-build-tarball
|
|
|
|
# Controls when the workflow will run
|
|
|
|
# Controls when the workflow will run
|
|
|
|
on:
|
|
|
|
on:
|
|
|
|
# Allows you to run this workflow manually from the Actions tab
|
|
|
|
# Allows you to run this workflow manually from the Actions tab
|
|
|
|
#workflow_dispatch:
|
|
|
|
workflow_dispatch:
|
|
|
|
#run on push/PR
|
|
|
|
#run on push/PR
|
|
|
|
push:
|
|
|
|
push:
|
|
|
|
branches: [ master ]
|
|
|
|
branches: [ master ]
|
|
|
|
pull_request:
|
|
|
|
pull_request:
|
|
|
|
branches: [ master ]
|
|
|
|
branches: [ master ]
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
env:
|
|
|
|
|
|
|
|
# Customize the CMake build type here (Release, Debug, RelWithDebInfo, etc.)
|
|
|
|
|
|
|
|
BUILD_TYPE: Release
|
|
|
|
|
|
|
|
|
|
|
|
# A workflow run is made up of one or more jobs that can run sequentially or in parallel
|
|
|
|
# A workflow run is made up of one or more jobs that can run sequentially or in parallel
|
|
|
|
jobs:
|
|
|
|
jobs:
|
|
|
|
# This workflow contains a single job called "build"
|
|
|
|
# This workflow contains a single job called "build"
|
|
|
|
|