-
Notifications
You must be signed in to change notification settings - Fork 4.2k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'master' into cannibalism_as_a_vitamin
- Loading branch information
Showing
260 changed files
with
16,713 additions
and
8,524 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -181,23 +181,31 @@ jobs: | |
run: | | ||
git clone --depth=1 --shallow-submodules --recurse-submodules https://github.com/Fris0uman/CDDA-Soundpacks '${{ github.workspace }}/CDDA-Soundpacks' | ||
mv '${{ github.workspace }}/CDDA-Soundpacks/sound/CC-Sounds' '${{ github.workspace }}/data/sound' | ||
- name: Install dependencies (windows msvc) (0/3) | ||
- name: Install dependencies (windows msvc) (0/4) | ||
if: runner.os == 'Windows' | ||
uses: lukka/get-cmake@latest | ||
- name: Install dependencies (windows msvc) (1/3) | ||
- name: Install dependencies (windows msvc) (1/4) | ||
if: runner.os == 'Windows' | ||
uses: microsoft/[email protected] | ||
- name: Install dependencies (windows msvc) (2/3) | ||
- name: Install dependencies (windows msvc) (2/4) | ||
if: runner.os == 'Windows' | ||
uses: lukka/run-vcpkg@v11 | ||
id: runvcpkg | ||
with: | ||
vcpkgDirectory: '${{ runner.workspace }}/b/vcpkg' | ||
vcpkgGitCommitId: '66444e13a86da7087ee24c342f91801cc6eb9877' | ||
- name: Install dependencies (windows msvc) (3/3) | ||
- name: Install dependencies (windows msvc) (3/4) | ||
if: runner.os == 'Windows' | ||
run: | | ||
vcpkg integrate install --vcpkg-root '${{ runner.workspace }}\b\vcpkg' | ||
- name: Install dependencies (windows msvc) (4/4) | ||
if: runner.os == 'Windows' | ||
uses: msys2/setup-msys2@v2 | ||
with: | ||
msystem: mingw64 | ||
install: >- | ||
gettext | ||
make | ||
- name: Install dependencies (windows mxe) | ||
if: matrix.mxe != 'none' && matrix.artifact != 'windows-objectcreator-x64' | ||
run: | | ||
|
@@ -254,7 +262,7 @@ jobs: | |
EOL | ||
- name: Compile translations (windows) | ||
if: runner.os == 'Windows' | ||
shell: bash | ||
shell: msys2 {0} | ||
run: | | ||
lang/compile_mo.sh all | ||
- name: Build libbacktrace | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.