Skip to content

Commit

Permalink
Enable github workflow (#4)
Browse files Browse the repository at this point in the history
  • Loading branch information
meklort authored Feb 13, 2020
1 parent cffaf05 commit d160254
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions .github/workflows/ccpp.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
name: C/C++ CI

on: [push]

jobs:
build:

runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v2
- name: cmake
run: cmake .
- name: make
run: make

0 comments on commit d160254

Please sign in to comment.