mirror of
https://github.com/aljazceru/lightning.git
synced 2026-01-08 16:44:22 +01:00
ci: introduce in ci the compilation testing on different os
Changelog-None: introduce in ci the compilation testing on different os Signed-off-by: Vincenzo Palazzo <vincenzopalazzodev@gmail.com>
This commit is contained in:
committed by
Rusty Russell
parent
d7ffb712e5
commit
c0c826d2ee
17
.github/workflows/ci_build.yml
vendored
Normal file
17
.github/workflows/ci_build.yml
vendored
Normal file
@@ -0,0 +1,17 @@
|
||||
name: CI Compilation testing
|
||||
|
||||
on: [push, pull_request]
|
||||
|
||||
jobs:
|
||||
test:
|
||||
runs-on: ubuntu-latest
|
||||
strategy:
|
||||
fail-fast: false
|
||||
matrix:
|
||||
include:
|
||||
- { OS: alpine }
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
- name: Integration testing
|
||||
run: |
|
||||
docker build -f contrib/docker/Dockerfile.${{matrix.OS}} -t clightning-${{matrix.OS}} .
|
||||
Reference in New Issue
Block a user