Skip to content

[Add@lerror] : add lerror lib and refactor some code #9

[Add@lerror] : add lerror lib and refactor some code

[Add@lerror] : add lerror lib and refactor some code #9

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 -y cmake build-essential
- name: Checkout
uses: actions/checkout@v3
- name: Install CSFML
run: ./build/install_csfml.sh
- name: Install Criterion
run: sudo apt-get install libcriterion-dev
- name: Testing
run: ./run_test.sh -e