Create build-linux-cmake.yml

This commit is contained in:
Itay Grudev 2020-01-03 10:11:40 +00:00 committed by GitHub
parent 16ea64b254
commit af768f44a7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

17
.github/workflows/build-linux-cmake.yml vendored Normal file
View File

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