diff options
author | RevoluPowered <gordon@gordonite.tech> | 2019-11-02 14:21:21 +0000 |
---|---|---|
committer | Gordon MacPherson <gordon@gordonite.tech> | 2020-05-12 13:07:50 +0200 |
commit | 5a6f275b7498e85dc74ecbc14cf264260a2218fa (patch) | |
tree | cc564d2423fe7dcb6d075d5ebdd32a6f8eed8bca /.appveyor.yml | |
parent | 092b2bd36f9907c3d3d7687a66e5624f669c661a (diff) | |
download | redot-engine-5a6f275b7498e85dc74ecbc14cf264260a2218fa.tar.gz |
Added compilation database support for clang and gcc
This tool is originally from mongodb.
- Updated CPPSUFFIXES to use scons suffixes
- objective-c files will also be loaded into the compilation database where the compiler / tooling is available to compile the files.
Known limitations:
- This will not work with msvc as your compiler.
Diffstat (limited to '.appveyor.yml')
-rw-r--r-- | .appveyor.yml | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/.appveyor.yml b/.appveyor.yml index 6e124cb265..c39a485d35 100644 --- a/.appveyor.yml +++ b/.appveyor.yml @@ -29,7 +29,9 @@ cache: install: - SET "PATH=%PYTHON%;%PYTHON%\\Scripts;%PATH%" - - pip install scons==3.1.2 + - pip install -U wheel # needed for pip install scons to work, otherwise a flag is missing + - pip install scons # use stable scons + - if defined VS call "%VS%" %ARCH% # if defined - so we can also use mingw before_build: - echo %GD_PLATFORM% |