Skip to content

Commit

Permalink
Create main.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
pjt0620 authored Feb 17, 2021
1 parent 882d2ba commit a9443a4
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
name: C/C++ CI

on: [push]

jobs:
build:

runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v2
- name: Install Dependencies
run: |
sudo apt-get update -qq
sudo apt-get install check
git submodule update --init --recursive
- name: make test
run: make test

0 comments on commit a9443a4

Please sign in to comment.