2 image files - 2023 July 29th #1053
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Makefile CI | |
on: | |
push: | |
branches: [ "Seanpm2001_Graphic_Design" ] | |
pull_request: | |
branches: [ "Seanpm2001_Graphic_Design" ] | |
jobs: | |
build: | |
runs-on: ubuntu-latest | |
steps: | |
- uses: actions/checkout@v3 | |
- name: configure | |
run: ./configure | |
- name: Install dependencies | |
run: make | |
- name: Run check | |
run: make check | |
- name: Run distcheck | |
run: make distcheck |