diff options
author | Petr Mrázek <peterix@gmail.com> | 2019-11-26 21:09:37 +0100 |
---|---|---|
committer | Petr Mrázek <peterix@gmail.com> | 2019-11-26 21:09:37 +0100 |
commit | b54b25231e272ca19d85f8fe9d851547b043e14a (patch) | |
tree | 4508818ee646040f297f61c19fc17d48100a9bc4 /.github/workflows | |
parent | 43628556ed7e62a23e236e4f89496f65d86e31c7 (diff) | |
download | PrismLauncher-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.yml | 20 |
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 |