diff --git a/.github/workflows/build_linux.yml b/.github/workflows/build_linux.yml index 5bcd28fe..9f352ac4 100644 --- a/.github/workflows/build_linux.yml +++ b/.github/workflows/build_linux.yml @@ -1,4 +1,4 @@ -name: Linux Build epi env +name: Linux Build (Epitech Container) on: [push, pull_request] jobs: diff --git a/.github/workflows/build.yml b/.github/workflows/build_windows.yml similarity index 98% rename from .github/workflows/build.yml rename to .github/workflows/build_windows.yml index beea1b7f..a3a21944 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build_windows.yml @@ -1,4 +1,4 @@ -name: Build +name: Windows Build on: [push, pull_request] jobs: diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index f24a0564..e87b9b9d 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -1,4 +1,4 @@ -name: Tests +name: Unit Tests on: [push, pull_request] jobs: diff --git a/README.md b/README.md index 7f81836d..18e93e7a 100644 --- a/README.md +++ b/README.md @@ -2,6 +2,11 @@ A recreation of the classic Bomberman arcade game +[![Linux Build (Epitech Container)](https://github.com/AnonymusRaccoon/Bomberman/actions/workflows/build_linux.yml/badge.svg)](https://github.com/AnonymusRaccoon/Bomberman/actions/workflows/build_linux.yml) +[![Windows Build](https://github.com/AnonymusRaccoon/Bomberman/actions/workflows/build_windows.yml/badge.svg)](https://github.com/AnonymusRaccoon/Bomberman/actions/workflows/build_windows.yml) +[![Web Building](https://github.com/AnonymusRaccoon/Bomberman/actions/workflows/webassembly.yml/badge.svg)](https://github.com/AnonymusRaccoon/Bomberman/actions/workflows/webassembly.yml) +[![Unit Tests](https://github.com/AnonymusRaccoon/Bomberman/actions/workflows/test.yml/badge.svg)](https://github.com/AnonymusRaccoon/Bomberman/actions/workflows/test.yml) + Repository link: https://github.com/AnonymusRaccoon/Bomberman/ ## Demo @@ -31,7 +36,10 @@ cd Bomberman Create `build` dir and compile using CMake ```bash -mkdir build && cd build && cmake .. && make +mkdir build +cd build +cmake .. +cmake --build . ``` Enjoy ! @@ -65,4 +73,4 @@ Please adhere to this project's `code of conduct`. - [Arthur Jamet](https://github.com/Arthi-chaud "Arthi-Chaud") - [Louis Auzuret](https://github.com/GitBluub "Bluub") - [Benjamin Henry](https://github.com/EternalRat "EternalRat") -- [Tom Augier](https://github.com/TrueBabyChaise "TrueBabyChaise") \ No newline at end of file +- [Tom Augier](https://github.com/TrueBabyChaise "TrueBabyChaise")