facebook/infer

Add support for scons build system

開放

#1,122 建立於 2019年7月9日

 (5 則留言) (2 個反應) (0 位負責人)HTML (1,688 個分叉)batch import
help wantedintegration

倉庫指標

星標
 (12,410 顆星)
PR 合併指標
 (平均合併 2天 7小時) (30 天內合併 9 個 PR)

描述

Infer 0.16 Ubuntu 19.04

When I try to execute command /home/rafal/Pobrane/infer-linux64-v0.16.0/bin/infer run -- scons p=x11 -j6, then this errors occurs

Usage Error: Unsupported build command 'scons'.
If this is an alias for another build system that infer supports, you can use
`--force-integration <command>` where <command> is one of the following supported build systems:
  ant
  buck
  cc
  gradle
  java
  javac
  make
  mvn
  ndk-build
  xcodebuild

Project which I wanted to check is Godot Engine Github - https://github.com/godotengine/godot Docs how to compile - https://godot.readthedocs.io/en/3.1/development/compiling/compiling_for_x11.html

貢獻者指南