File tree 3 files changed +3
-2
lines changed
3 files changed +3
-2
lines changed Original file line number Diff line number Diff line change 41
41
- name : Build openage
42
42
run : |
43
43
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'
45
45
- name : Compress build artifacts
46
46
run : |
47
47
mkdir -p /tmp/openage
Original file line number Diff line number Diff line change @@ -164,6 +164,7 @@ _the openage authors_ are:
164
164
| Haytham Tang | haytham918 | yunxuant à umich dawt edu |
165
165
| Ana Trias-Labellarte | anatriaslabella | ana dawt triaslabella à ufl dawt edu |
166
166
| Eelco Empting | Eeelco | me à eelco dawt de |
167
+ | Jordan Sutton | jsutCodes | jsutcodes à gmail dawt com |
167
168
168
169
If you're a first-time committer, add yourself to the above list. This is not
169
170
just 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 \
36
36
qt6-multimedia-dev \
37
37
qml6-module-qtquick3d-spatialaudio \
38
38
&& 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