trial actions config

This commit is contained in:
Sam Hatchett
2019-09-19 11:20:15 -04:00
committed by GitHub
parent 9572acd377
commit 2e42931140

15
.github/workflows/ccpp.yml vendored Normal file
View File

@@ -0,0 +1,15 @@
name: C/C++ CI
on: [push]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- name: cmake
run: mkdir buildproducts && cd buildproducts && cmake ..
- name: make
run: make