aboutsummaryrefslogtreecommitdiff
path: root/.github/workflows
diff options
context:
space:
mode:
Diffstat (limited to '.github/workflows')
-rw-r--r--.github/workflows/ccpp.yml20
1 files changed, 0 insertions, 20 deletions
diff --git a/.github/workflows/ccpp.yml b/.github/workflows/ccpp.yml
deleted file mode 100644
index af59213e..00000000
--- a/.github/workflows/ccpp.yml
+++ /dev/null
@@ -1,20 +0,0 @@
-name: Smoke test
-
-on: [push]
-
-jobs:
- build:
-
- runs-on: ubuntu-latest
-
- steps:
- - uses: actions/checkout@v1
- - name: configure
- run: |
- mkdir build && cd build && cmake ..
- - name: build
- run: |
- make -j4
- - name: test
- run: |
- ctest -V