Merge pull request #93 from AnonymusRaccoon/readme

Readme: Add Badges from CI
This commit is contained in:
Clément Le Bihan
2021-06-01 14:04:36 +02:00
committed by GitHub
4 changed files with 13 additions and 5 deletions
+1 -1
View File
@@ -1,4 +1,4 @@
name: Linux Build epi env
name: Linux Build (Epitech Container)
on: [push, pull_request]
jobs:
@@ -1,4 +1,4 @@
name: Build
name: Windows Build
on: [push, pull_request]
jobs:
+1 -1
View File
@@ -1,4 +1,4 @@
name: Tests
name: Unit Tests
on: [push, pull_request]
jobs:
+10 -2
View File
@@ -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")
- [Tom Augier](https://github.com/TrueBabyChaise "TrueBabyChaise")