Selaa lähdekoodia

remove github ci

Jan Klemkow 5 vuotta sitten
vanhempi
commit
cbafbee9b7
1 muutettua tiedostoa jossa 0 lisäystä ja 17 poistoa
  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