Skip to content

Commit

Permalink
Merge branch 'master' of github.com:anticitizn/solnce
Browse files Browse the repository at this point in the history
  • Loading branch information
anticitizn committed Mar 14, 2023
2 parents 30adcae + 440288f commit a906d0e
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,6 @@ ENV DEBIAN_FRONTEND=noninteractive
RUN apt update \
&& apt upgrade -y \
&& apt install -y --no-install-recommends \
apt-utils build-essential clang cmake libsdl2-dev libc6 libc-bin
apt-utils zip build-essential clang cmake libsdl2-dev libc6 libc-bin

WORKDIR /usr/src/solnce/
WORKDIR /usr/src/solnce/
3 changes: 2 additions & 1 deletion build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,5 @@ fi

cd build
cmake ../
make -j $(nproc)
make -j $(nproc)
cd ..
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@ services:
container_name: solnce_build
volumes:
- .:/usr/src/solnce/
command: bash ./build.sh; zip -r solnce.zip assets/ src/shaders/ solnce
command: bash -c "./build.sh && zip -r solnce.zip assets/ src/shaders/ solnce"

0 comments on commit a906d0e

Please sign in to comment.