Remove travis-ci and github actions leftovers

This commit is contained in:
Petr Mrázek
2019-11-26 21:09:37 +01:00
parent 43628556ed
commit b54b25231e
2 changed files with 0 additions and 70 deletions

View File

@ -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