Skip to content
Snippets Groups Projects
Commit 8f457771 authored by Birte Kristina Friesel's avatar Birte Kristina Friesel
Browse files

Github CI: oh FFS

parent e43916d7
No related branches found
No related tags found
No related merge requests found
......@@ -21,16 +21,18 @@ jobs:
steps:
- uses: actions/checkout@v2
- name: APT
run: sudo apt-get -y update
- name: Install Dependencies
run: sudo apt install build-essential libx11-dev libxt-dev libimlib2-dev libtest-command-perl libtest-simple-perl
run: sudo apt-get -y install build-essential libx11-dev libxt-dev libimlib2-dev libtest-command-perl libtest-simple-perl
- name: Install libcurl
if: matrix.curl
run: sudo apt install libcurl4-openssl-dev
run: sudo apt-get -y install libcurl4-openssl-dev
- name: Install libexif
if: matrix.exif
run: sudo apt install libexif-dev
run: sudo apt-get -y install libexif-dev
- name: Install Xinerama
if: matrix.xinerama
run: sudo apt install libxinerama-dev
run: sudo apt-get -y install libxinerama-dev
- name: Build and Test
run: for inotify in 0 1; do for verscmp in 0 1; do make curl=${{ matrix.curl }} exif=${{ matrix.exif }} inotify=$inotify verscmp=$verscmp xinerama=${{ matrix.xinerama }} && make test && make clean; done; done
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment