Adding the SFML packets to the github CI

This commit is contained in:
AnonymusRaccoon
2020-01-30 17:39:16 +01:00
parent 05ebcefe7a
commit 1665d174c4
2 changed files with 6 additions and 0 deletions
+3
View File
@@ -11,6 +11,9 @@ jobs:
steps:
- uses: actions/checkout@v1
- name: Install the SFML.
run: sudo apt-get update &&
sudo apt-get install --yes libsfml-dev
- name: Build Makefile with CMake
run: mkdir -p build && cd build && cmake ..
- name: Build with Makefile
+3
View File
@@ -15,6 +15,9 @@ jobs:
uses: actions/setup-python@v1
with:
python-version: '3.x'
- name: Install the SFML.
run: sudo apt-get update &&
sudo apt-get install --yes libsfml-dev
- name: Install Criterion
run: sudo add-apt-repository ppa:snaipewastaken/ppa &&
sudo apt-get update &&