File tree Expand file tree Collapse file tree 3 files changed +3
-2
lines changed Expand file tree Collapse file tree 3 files changed +3
-2
lines changed Original file line number Diff line number Diff line change 4141 - name : Build openage
4242 run : |
4343 sudo docker run --rm -v "$(pwd)":/mnt/openage -w /mnt/openage openage-devenv:latest \
44- bash -c 'mkdir build && cd build && cmake -DCMAKE_BUILD_TYPE=Release -DCMAKE_C_COMPILER=$(which gcc-11 ) -DCMAKE_CXX_COMPILER=$(which g++-11 ) -DCMAKE_CXX_FLAGS='' -DCMAKE_EXE_LINKER_FLAGS='' -DCMAKE_INSTALL_PREFIX=/usr/local -DCMAKE_MODULE_LINKER_FLAGS='' -DCMAKE_SHARED_LINKER_FLAGS='' -DDOWNLOAD_NYAN=YES -DCXX_OPTIMIZATION_LEVEL=auto -DCXX_SANITIZE_FATAL=False -DCXX_SANITIZE_MODE=none -DWANT_BACKTRACE=if_available -DWANT_GPERFTOOLS_PROFILER=if_available -DWANT_GPERFTOOLS_TCMALLOC=False -DWANT_INOTIFY=if_available -DWANT_NCURSES=if_available -DWANT_OPENGL=if_available -DWANT_VULKAN=if_available -G Ninja .. && cmake --build . --parallel $(nproc) -- -k1'
44+ bash -c 'mkdir build && cd build && cmake -DCMAKE_BUILD_TYPE=Release -DCMAKE_C_COMPILER=$(which gcc) -DCMAKE_CXX_COMPILER=$(which g++) -DCMAKE_CXX_FLAGS='' -DCMAKE_EXE_LINKER_FLAGS='' -DCMAKE_INSTALL_PREFIX=/usr/local -DCMAKE_MODULE_LINKER_FLAGS='' -DCMAKE_SHARED_LINKER_FLAGS='' -DDOWNLOAD_NYAN=YES -DCXX_OPTIMIZATION_LEVEL=auto -DCXX_SANITIZE_FATAL=False -DCXX_SANITIZE_MODE=none -DWANT_BACKTRACE=if_available -DWANT_GPERFTOOLS_PROFILER=if_available -DWANT_GPERFTOOLS_TCMALLOC=False -DWANT_INOTIFY=if_available -DWANT_NCURSES=if_available -DWANT_OPENGL=if_available -DWANT_VULKAN=if_available -G Ninja .. && cmake --build . --parallel $(nproc) -- -k1'
4545 - name : Compress build artifacts
4646 run : |
4747 mkdir -p /tmp/openage
Original file line number Diff line number Diff line change @@ -164,6 +164,7 @@ _the openage authors_ are:
164164| Haytham Tang | haytham918 | yunxuant à umich dawt edu |
165165| Ana Trias-Labellarte | anatriaslabella | ana dawt triaslabella à ufl dawt edu |
166166| Eelco Empting | Eeelco | me à eelco dawt de |
167+ | Jordan Sutton | jsutCodes | jsutcodes à gmail dawt com |
167168
168169If you're a first-time committer, add yourself to the above list. This is not
169170just for legal reasons, but also to keep an overview of all those nicknames.
Original file line number Diff line number Diff line change @@ -36,4 +36,4 @@ RUN apt-get update && DEBIAN_FRONTEND="noninteractive" apt-get install -y sudo \
3636 qt6-multimedia-dev \
3737 qml6-module-qtquick3d-spatialaudio \
3838 && sudo apt-get clean \
39- && truncate -s 0 ~/.bash_history
39+ && truncate -s 0 ~/.bash_history
You can’t perform that action at this time.
0 commit comments