klog/appveyor.yml

12 lines
326 B
YAML
Raw Permalink Normal View History

2021-10-05 15:56:10 +00:00
version: build{build}
image:
2024-03-07 22:43:31 +00:00
- Ubuntu2204
2021-10-05 07:26:19 +00:00
2021-10-05 15:57:20 +00:00
install:
2021-10-05 15:54:53 +00:00
- sh: sudo apt-get -qq update
2024-03-07 22:50:56 +00:00
- sh: sudo apt install -qqy make qmake6 qt6-base-dev qt6-declarative-dev libhamlib-dev build-essential libgl1-mesa-dev libqt6serialport6-dev qt6-positioning-dev libqt6charts6-dev qt6-l10n-tools
2021-10-05 07:26:19 +00:00
build_script:
2024-03-07 22:40:20 +00:00
- qmake6 KLog.pro
2021-10-05 15:08:57 +00:00
- make