Removed the .github directory as the repository is not hosted on GitHub.

This commit is contained in:
Leon Styhre 2020-06-10 20:08:13 +02:00
parent 4c67dae788
commit 48d70e9f99
2 changed files with 0 additions and 29 deletions

View file

@ -1,7 +0,0 @@
Please start a topic on the RetroPie forum before opening an issue - https://retropie.org.uk/forum/
This includes edit suggestions for the wiki. There are more people to help on the forum.
Once a problem has been verified on the forum, an issue can be opened here.
Please remove this text before posting.

View file

@ -1,22 +0,0 @@
name: C/C++ CI
on: [push]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
with:
submodules: true
- name: configure
run: |
sudo apt-get update
sudo apt-get install libsdl2-dev libfreeimage-dev libfreetype6-dev libcurl4-openssl-dev rapidjson-dev libasound2-dev libgl1-mesa-dev build-essential cmake fonts-droid-fallback libvlc-dev libvlccore-dev vlc-bin
shell: bash
- name: make
run: |
cmake .
make
shell: bash