aboutsummaryrefslogtreecommitdiff
path: root/.github/workflows
diff options
context:
space:
mode:
authorPetr Mrázek <peterix@gmail.com>2019-11-26 21:09:37 +0100
committerPetr Mrázek <peterix@gmail.com>2019-11-26 21:09:37 +0100
commitb54b25231e272ca19d85f8fe9d851547b043e14a (patch)
tree4508818ee646040f297f61c19fc17d48100a9bc4 /.github/workflows
parent43628556ed7e62a23e236e4f89496f65d86e31c7 (diff)
downloadPrismLauncher-b54b25231e272ca19d85f8fe9d851547b043e14a.tar.gz
PrismLauncher-b54b25231e272ca19d85f8fe9d851547b043e14a.tar.bz2
PrismLauncher-b54b25231e272ca19d85f8fe9d851547b043e14a.zip
Remove travis-ci and github actions leftovers
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