GitHub actions: ensure buildability

This commit is contained in:
Alexander A. Klimov 2021-02-22 11:44:10 +01:00
parent e174771672
commit 56e1316bd8

22
.github/workflows/build.yml vendored Normal file
View File

@ -0,0 +1,22 @@
name: Build
on:
push:
branches:
- master
pull_request: {}
jobs:
build:
name: build
runs-on: ubuntu-latest
steps:
- name: Checkout HEAD
uses: actions/checkout@v1
- name: Icinga Web 2
run: git clone https://github.com/Icinga/icingaweb2.git
- name: Build
run: ./build.bash ./icingaweb2