commit cbafbee9b7f97f09490e39a4994434e1c2008b0f
Author:     Jan Klemkow <[email protected]>
AuthorDate: Sun May 3 21:41:27 2020 +0200
Commit:     Jan Klemkow <[email protected]>
CommitDate: Sun May 3 21:41:27 2020 +0200

    remove github ci

diff --git a/.github/workflows/ccpp.yml b/.github/workflows/ccpp.yml
deleted file mode 100644
index 99eea0f..0000000
--- a/.github/workflows/ccpp.yml
+++ /dev/null
@@ -1,17 +0,0 @@
-name: C/C++ CI
-
-on: [push]
-
-jobs:
-  build:
-
-    runs-on: ubuntu-latest
-    
-    steps:
-    - uses: actions/checkout@v2
-    - name: make
-      run: make
-    - name: make test
-      run: make test
-    - name: make clean
-      run: make clean

Reply via email to