Include GitHub action to check builds
[geeqie.git] / .github / workflows / check-build-actions.yml
1 name: Geeqie check build
2 run-name: ${{ github.actor }} is running Geeqie check build
3 on: [push]
4 jobs:
5   Check-Build-No-Options:
6     runs-on: ubuntu-latest
7     steps:
8     - run: sudo apt-get install build-essential libgtk-3-dev
9     - uses: actions/checkout@v3
10     - uses: actions/setup-python@v4
11     - uses: BSFishy/meson-build@v1.0.3
12       with:
13         action: build
14         meson-version: 0.56.2
15
16   Check-Build-Most-Options:
17     runs-on: ubuntu-latest
18     steps:
19     - run: sudo apt-get install build-essential libgtk-3-dev
20     - run: sudo apt-get install evince
21     - run: sudo apt-get install libarchive-dev
22     - run: sudo apt-get install libchamplain-0.12-dev libchamplain-gtk-0.12-dev
23     #~ - run: sudo apt-get install libffmpegthumbnailer-dev
24     - run: sudo apt-get install libgexiv2-dev
25     - run: sudo apt-get install libgspell-1-dev
26     - run: sudo apt-get install libheif-dev
27     - run: sudo apt-get install liblua5.3-dev
28     - run: sudo apt-get install libpoppler-glib-dev
29     - run: sudo apt-get install libraw-dev libomp-dev
30     - run: sudo apt-get install pandoc
31     #~ - run: sudo apt-get install yelp-tools
32     - uses: actions/checkout@v3
33     - uses: actions/setup-python@v4
34     - uses: BSFishy/meson-build@v1.0.3
35       with:
36         action: build
37         meson-version: 0.56.2