forked from CleverRaven/Cataclysm-DDA
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #16 from CleverRaven/master
Update fork
- Loading branch information
Showing
1,202 changed files
with
45,613 additions
and
18,281 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 |
---|---|---|
@@ -1,26 +1,15 @@ | ||
version: '{branch}.{build}' | ||
os: Windows | ||
clone_folder: C:\Projects\Cataclysm-DDA | ||
image: Visual Studio 2019 | ||
configuration: Release | ||
platform: x64 | ||
shallow_clone: true | ||
pull_requests: | ||
do_not_increment_build_number: false | ||
environment: | ||
matrix: | ||
- APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2017 | ||
PROJECT: /msvc-full-features/Cataclysm-vcpkg-static.sln | ||
COMPILER: msvc2017 | ||
TOOLCHAIN: msvc15 | ||
PLATFORM: x64 | ||
CONFIGURATION: Release | ||
APPVEYOR_SAVE_CACHE_ON_ERROR: true | ||
matrix: | ||
fast_finish: false | ||
cache: | ||
- 'c:\tools\vcpkg\installed' | ||
clone_folder: C:\Projects\Cataclysm-DDA | ||
install: | ||
# Install dependency packages | ||
- cmd: vcpkg --triplet %PLATFORM%-windows-static install sdl2 sdl2-image sdl2-mixer sdl2-ttf gettext | ||
- cmd: vcpkg --triplet x64-windows-static install sdl2 sdl2-image sdl2-mixer sdl2-ttf gettext | ||
cache: c:\tools\vcpkg\installed\ | ||
build: | ||
parallel: true | ||
project: /msvc-full-features/Cataclysm-vcpkg-static.sln | ||
parallel: true | ||
verbosity: minimal | ||
test_script: | ||
- cmd: Cataclysm-test-vcpkg-static-Release-x64.exe --rng-seed time |
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,36 @@ | ||
name: Clang-tidy (clang-8, tiles) | ||
|
||
on: | ||
push: | ||
branches: | ||
- master | ||
pull_request: | ||
branches: | ||
- master | ||
|
||
jobs: | ||
build: | ||
runs-on: ubuntu-16.04 | ||
env: | ||
CMAKE: 1 | ||
CLANG: clang++-8 | ||
COMPILER: clang++-8 | ||
CATA_CLANG_TIDY: plugin | ||
TILES: 1 | ||
SOUND: 1 | ||
steps: | ||
- name: checkout repository | ||
uses: actions/checkout@v1 | ||
with: | ||
fetch-depth: 10 | ||
- name: install dependencies | ||
run: | | ||
#sudo apt-add-repository "deb http://apt.llvm.org/bionic/ llvm-toolchain-bionic-8 main" | ||
sudo apt-get update | ||
sudo apt-get install libncursesw5-dev clang-8 libclang-8-dev llvm-8-dev llvm-8-tools \ | ||
libsdl2-dev libsdl2-ttf-dev libsdl2-image-dev libsdl2-mixer-dev libpulse-dev ccache \ | ||
gettext | ||
- name: prepare | ||
run: bash ./build-scripts/requirements.sh | ||
- name: run clang-tidy | ||
run: bash ./build-scripts/build.sh |
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 |
---|---|---|
|
@@ -154,6 +154,7 @@ cataclysm.a | |
|
||
# clang tooling | ||
compile_commands.json | ||
.clangd | ||
|
||
# IDA database | ||
Cataclysm.i64 | ||
|
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 |
---|---|---|
@@ -0,0 +1,4 @@ | ||
# Disable FIXME query, in DDA it is as likely to be a future feature as a bug. | ||
queries: | ||
- exclude: cpp/fixme-comment | ||
|
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
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.