aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorItay Grudev <itay+89bf5c@grudev.com>2020-01-03 10:11:40 +0000
committerGitHub <noreply@github.com>2020-01-03 10:11:40 +0000
commitaf768f44a7fda109fd4886fcd008c0fd3cdbc764 (patch)
tree40059f56e2be8e0bd27c52d639de358c777309a7
parentMerge pull request #76 from itay-grudev/android_fallback (diff)
downloadsingleapplication-af768f44a7fda109fd4886fcd008c0fd3cdbc764.tar.xz
Create build-linux-cmake.yml
-rw-r--r--.github/workflows/build-linux-cmake.yml17
1 files changed, 17 insertions, 0 deletions
diff --git a/.github/workflows/build-linux-cmake.yml b/.github/workflows/build-linux-cmake.yml
new file mode 100644
index 0000000..da09711
--- /dev/null
+++ b/.github/workflows/build-linux-cmake.yml
@@ -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