Skip to content

[Fix] : fix build error and add doc #34

[Fix] : fix build error and add doc

[Fix] : fix build error and add doc #34

Workflow file for this run

name: Engine testing
on:
push:
branches: [ "main" ]
pull_request:
branches: [ "main" ]
jobs:
testing:
runs-on: ubuntu-latest
steps:
- name: Install CMake
run: |
sudo apt-get install cmake
sudo apt-get install build-essential
- name: Checkout
uses: actions/checkout@v3
- name: Install CSFML
run: ./build/install_csfml.sh
- name: Testing
run: ./run_test.sh -e