Skip to content

Ubuntu 24.04/Qt 5.15.13 build #3

Ubuntu 24.04/Qt 5.15.13 build

Ubuntu 24.04/Qt 5.15.13 build #3

name: Ubuntu 24.04/Qt 5.15.13 build
on:
# run nightly at 2:00 am
# schedule:
# - cron: "0 2 * * *"
# allow to be triggered on github webpage manually
workflow_dispatch:
# run whenever someone pushes data
# as we do not have much development, this will not cause much traffic/build times
# push:
# branches: [ "master" ]
# pull_request:
# branches: [ "master" ]
jobs:
build:
# Test suite results are created on Ubuntu 20.04, hence we need to use this for testing
runs-on: ubuntu-24.04
steps:
- uses: actions/checkout@v4
- name: install qt5
run: sudo apt install qtbase5-dev qt5-qmake libqt5svg5-dev
- name: build
working-directory: build/cmake
run: ./build.sh 2 release skip-test
# - name: test
# working-directory: build/cmake
# run: ./run_tests.sh