mirror of
https://github.com/RetroDECK/ES-DE.git
synced 2024-11-22 14:15:38 +00:00
Removed the .github directory as the repository is not hosted on GitHub.
This commit is contained in:
parent
4c67dae788
commit
48d70e9f99
7
.github/ISSUE_TEMPLATE.md
vendored
7
.github/ISSUE_TEMPLATE.md
vendored
|
@ -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.
|
22
.github/workflows/ccpp.yml
vendored
22
.github/workflows/ccpp.yml
vendored
|
@ -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
|
Loading…
Reference in a new issue