mirror of
https://github.com/itay-grudev/SingleApplication.git
synced 2025-01-15 17:02:06 +08:00
Create build-linux-cmake.yml
This commit is contained in:
parent
16ea64b254
commit
af768f44a7
17
.github/workflows/build-linux-cmake.yml
vendored
Normal file
17
.github/workflows/build-linux-cmake.yml
vendored
Normal 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
|
Loading…
Reference in New Issue
Block a user