Skip to content

fixup! 2fe8a44baf98b39325baa8e2f83940aac0f614c7 #714

fixup! 2fe8a44baf98b39325baa8e2f83940aac0f614c7

fixup! 2fe8a44baf98b39325baa8e2f83940aac0f614c7 #714

Workflow file for this run

name: CI Compilation testing
on: [push, pull_request]
jobs:
test:
runs-on: ubuntu-latest
timeout-minutes: 120
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}} .