mirror of
https://git.suyu.dev/suyu/discord-rpc.git
synced 2026-02-05 03:23:37 +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:
|
script:
|
||||||
- mkdir build
|
- mkdir build
|
||||||
- cd 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
|
- cmake --build . -- -j2
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user