Pārlūkot izejas kodu

remove github ci

Jan Klemkow 5 gadi atpakaļ
vecāks
revīzija
cbafbee9b7
1 mainītis faili ar 0 papildinājumiem un 17 dzēšanām
  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