commit cbafbee9b7f97f09490e39a4994434e1c2008b0f parent d65408cdb49a0739ecf930e5aa210382c77f7549 Author: Jan Klemkow <j.klemkow@wemelug.de> Date: Sun, 3 May 2020 21:41:27 +0200 remove github ci Diffstat:
D | .github/workflows/ccpp.yml | | | 17 | ----------------- |
1 file changed, 0 insertions(+), 17 deletions(-)
diff --git a/.github/workflows/ccpp.yml b/.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