mirror of
https://github.com/cmclark00/retro-imager.git
synced 2025-05-20 08:55:21 +01:00
Enable CodeQL static code analyze/automated build tests
This commit is contained in:
parent
e357fda335
commit
1c62713219
3 changed files with 103 additions and 0 deletions
22
.github/workflows/build-ubuntu-deb.yml
vendored
Normal file
22
.github/workflows/build-ubuntu-deb.yml
vendored
Normal file
|
@ -0,0 +1,22 @@
|
|||
name: Build Ubuntu .deb
|
||||
|
||||
on:
|
||||
push:
|
||||
branches: [ "qml" ]
|
||||
pull_request:
|
||||
branches: [ "qml" ]
|
||||
|
||||
jobs:
|
||||
build:
|
||||
runs-on: ubuntu-latest
|
||||
|
||||
steps:
|
||||
- uses: actions/checkout@v3
|
||||
|
||||
- name: Install dependencies
|
||||
run: sudo apt install -y --no-install-recommends build-essential devscripts debhelper cmake git libarchive-dev libcurl4-gnutls-dev
|
||||
qtbase5-dev qtbase5-dev-tools qtdeclarative5-dev libqt5svg5-dev qttools5-dev libgnutls28-dev
|
||||
qml-module-qtquick2 qml-module-qtquick-controls2 qml-module-qtquick-layouts qml-module-qtquick-templates2 qml-module-qtquick-window2 qml-module-qtgraphicaleffects
|
||||
|
||||
- name: Build
|
||||
run: debuild -uc -us
|
Loading…
Add table
Add a link
Reference in a new issue