Merge pull request #37 from Icinga/feature/gha

GitHub actions: ensure buildability
This commit is contained in:
Noah Hilverling 2021-02-23 13:28:49 +01:00 committed by GitHub
commit c2d1b4a9ec
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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