Skip to content

Commit

Permalink
Merge pull request #1 from SSSSeb/SSSSeb-autobuild
Browse files Browse the repository at this point in the history
build using github actions
  • Loading branch information
SSSSeb authored Feb 8, 2021
2 parents ce923db + 9070c8a commit 5f4a537
Show file tree
Hide file tree
Showing 2 changed files with 28 additions and 1 deletion.
27 changes: 27 additions & 0 deletions .github/workflows/c-cpp.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
name: check_build

on:
push:
branches: [ master ]
pull_request:
branches: [ master ]

jobs:
build:

runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v2
- name: prepare repo
run: git fetch --prune --unshallow
- name: autogen
run: ./autogen.sh
- name: install liblzo2-dev
run: sudo apt install -y liblzo2-dev
- name: configure
run: ./configure
- name: make
run: make
- name: make check
run: make check
2 changes: 1 addition & 1 deletion util/gitdesc.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#?bin/sh
#!/bin/bash
# Peter Hyman, pete@peterhyman.com
# December 2020

Expand Down

0 comments on commit 5f4a537

Please # to comment.