mirror of
https://github.com/zoriya/Bomberman.git
synced 2026-06-06 03:12:01 +00:00
Merge pull request #93 from AnonymusRaccoon/readme
Readme: Add Badges from CI
This commit is contained in:
@@ -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,4 +1,4 @@
|
||||
name: Tests
|
||||
name: Unit Tests
|
||||
on: [push, pull_request]
|
||||
|
||||
jobs:
|
||||
|
||||
@@ -2,6 +2,11 @@
|
||||
|
||||
A recreation of the classic Bomberman arcade game
|
||||
|
||||
[](https://github.com/AnonymusRaccoon/Bomberman/actions/workflows/build_linux.yml)
|
||||
[](https://github.com/AnonymusRaccoon/Bomberman/actions/workflows/build_windows.yml)
|
||||
[](https://github.com/AnonymusRaccoon/Bomberman/actions/workflows/webassembly.yml)
|
||||
[](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")
|
||||
|
||||
Reference in New Issue
Block a user