Enable CodeQL static code analyze/automated build tests

This commit is contained in:
Floris Bos 2023-05-11 22:42:00 +02:00
parent e357fda335
commit 1c62713219
3 changed files with 103 additions and 0 deletions

22
.github/workflows/build-ubuntu-deb.yml vendored Normal file
View 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