[go: nahoru, domu]

Skip to content

MCPYE_REPOLIST_V1.urll #144

MCPYE_REPOLIST_V1.urll

MCPYE_REPOLIST_V1.urll #144

Workflow file for this run

name: Makefile CI
on:
push:
branches: [ master ]
pull_request:
branches: [ master ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: configure
run: ./configure
- name: Install dependencies
run: make
- name: Run check
run: make check
- name: Run distcheck
run: make distcheck