mirror of
https://github.com/Icinga/docker-icingaweb2.git
synced 2025-11-01 08:01:21 +01:00
Merge pull request #37 from Icinga/feature/gha
GitHub actions: ensure buildability
This commit is contained in:
commit
c2d1b4a9ec
22
.github/workflows/build.yml
vendored
Normal file
22
.github/workflows/build.yml
vendored
Normal 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
|
||||
Loading…
x
Reference in New Issue
Block a user