Skip to content

Commit

Permalink
Merge pull request #315 from DEploid-dev/shajoezhu-patch-1
Browse files Browse the repository at this point in the history
Create ccpp.yml
  • Loading branch information
shajoezhu authored Nov 16, 2019
2 parents 4047719 + 7dd4b92 commit 31ccd50
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions .github/workflows/ccpp.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
name: C/C++ CI

on: [push]

jobs:
build:

runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v1
- name: dependency
run: sudo apt-get install libcppunit-dev
- name: configure
run: ./bootstrap
- name: make
run: make
- name: make check
run: make check

0 comments on commit 31ccd50

Please sign in to comment.