mirror of
https://github.com/PrismLauncher/PrismLauncher.git
synced 2026-06-29 01:54:20 +03:00
Remove travis-ci and github actions leftovers
This commit is contained in:
parent
43628556ed
commit
b54b25231e
2 changed files with 0 additions and 70 deletions
20
.github/workflows/ccpp.yml
vendored
20
.github/workflows/ccpp.yml
vendored
|
|
@ -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
|
||||
Loading…
Add table
Add a link
Reference in a new issue