瀏覽代碼

remove github ci

Jan Klemkow 5 年之前
父節點
當前提交
cbafbee9b7
共有 1 個文件被更改,包括 0 次插入17 次删除
  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