mirror of
https://github.com/shadps4-emu/ext-discord-rpc.git
synced 2024-11-23 09:49:41 +00:00
#210 was created under assumption `build.py` is actually used, but upon inspecting `.travis.yml` it turns out it is not.
This commit is contained in:
parent
ac2d064cb0
commit
98855b4d84
@ -43,5 +43,5 @@ before_install:
|
||||
script:
|
||||
- mkdir build
|
||||
- cd build
|
||||
- cmake -DCLANG_FORMAT_SUFFIX=$CLANG_FORMAT_SUFFIX --config Release ..
|
||||
- cmake -DCLANG_FORMAT_SUFFIX=$CLANG_FORMAT_SUFFIX -DWARNINGS_AS_ERRORS=On --config Release ..
|
||||
- cmake --build . -- -j2
|
||||
|
Loading…
Reference in New Issue
Block a user