🐛 fix: Rename netris to nestri (#78)

## Description

**What issue are you solving (or what feature are you adding) and how
are you doing it?**

This PR is the first in a series of PRs trying to solve the issue #48 by
renaming `Netris` to `Nestri` to avoid Trademark legal issues.
This commit is contained in:
Wanjohi
2024-06-06 00:27:40 +03:00
committed by GitHub
parent f05494c08a
commit 5c9cb8e563
9 changed files with 46 additions and 46 deletions

View File

@@ -256,13 +256,13 @@ RUN apt-get update -y \
&& chmod +x ./build.sh ./install.sh \
&& ./install.sh
#Try building shadow-cast
RUN git clone https://github.com/gmbeard/shadow-cast && cd shadow-cast \
&& mkdir ./build && cd ./build \
&& cmake -DCMAKE_CXX_FLAGS="-Wno-error=unused-result" -DCMAKE_C_FLAGS="-Wno-error=unused-result" .. \
&& cmake --build . -- -j$(nproc) \
&& chmod +x ./install-helper.sh \
&& ./install-helper.sh
# #Try building shadow-cast
# RUN git clone https://github.com/gmbeard/shadow-cast && cd shadow-cast \
# && mkdir ./build && cd ./build \
# && cmake -DCMAKE_CXX_FLAGS="-Wno-error=unused-result" -DCMAKE_C_FLAGS="-Wno-error=unused-result" .. \
# && cmake --build . -- -j$(nproc) \
# && chmod +x ./install-helper.sh \
# && ./install-helper.sh
RUN apt-get update -y; \
apt-get upgrade -y; \