Skip to content

Follow-up to 60ad855 - remove g-codegen.py now that it is unreference… #82

Follow-up to 60ad855 - remove g-codegen.py now that it is unreference…

Follow-up to 60ad855 - remove g-codegen.py now that it is unreference… #82

Workflow file for this run

name: Build
on:
push:
branches:
- master
pull_request:
branches:
- master
workflow_dispatch:
inputs:
debug_enabled:
type: boolean
description: 'Start an SSH server on failure.'
required: false
default: false
jobs:
build:
uses: linuxmint/github-actions/.github/workflows/do-builds.yml@master
with:
commit_id: master
############################## Comma separated list - like 'linuxmint/xapp, linuxmint/cinnamon-desktop'
dependencies: linuxmint/xapp, linuxmint/cinnamon-desktop
##############################