Răsfoiți Sursa

remove github ci

Jan Klemkow 5 ani în urmă
părinte
comite
cbafbee9b7
1 a modificat fișierele cu 0 adăugiri și 17 ștergeri
  1. 0 17
      .github/workflows/ccpp.yml

+ 0 - 17
.github/workflows/ccpp.yml

@@ -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