Skip to content

- coding style (sync with libstorage-ng) #568

- coding style (sync with libstorage-ng)

- coding style (sync with libstorage-ng) #568

Workflow file for this run

name: CI Leap
on: [push, pull_request]
jobs:
Tests:
runs-on: ubuntu-latest
container: opensuse/leap
steps:
- name: Install additional packages
run: zypper --non-interactive in --no-recommends autoconf automake dbus-1-devel docbook-xsl-stylesheets e2fsprogs-devel gcc-c++ gettext-runtime glibc-locale gzip libacl-devel libboost_system-devel libboost_test-devel libboost_thread-devel libbtrfs-devel libjson-c-devel libmount-devel libtool libxml2-devel libxslt make pam-devel xz
- name: List installed packages
run: rpm -qa | sort
- name: Git checkout
uses: actions/checkout@v1
- name: Configure
run: make -f Makefile.repo
- name: Compile
run: make -j 2
- name: Install
run: make install
- name: Run unit tests
run: make -j 2 check VERBOSE=1
- name: Make package
run: make package