aboutsummaryrefslogtreecommitdiffstats
path: root/scripts/run-dialyzer
AgeCommit message (Collapse)Author
2019-05-07otp: Don't error dialyzer script if WARNINGS failLukas Larsson
The WARNINGS set of application are know to produce warnings, so don't fail when they do. Instead we just print them to let the user know that they are there.
2019-05-02Update run-dialyzer script to be more generic and aggressiveLukas Larsson
This version will abort when errors are found when building the PLT.
2018-06-18Add deploy stage to travis-ciLukas Larsson
2018-03-28inets,tftp: Break out TFTP from inetsPéter Dimitrov
- Create directory structure - Move code, tests, documentation from inets - Add inets_tftp_wrapper - Add tftp app to run-dialyzer script Change-Id: I6a142ae66cecb9a1821cbf9ea6a45f66a836763d
2018-03-28ftp: Add ftp app to run-dialyzer scriptPéter Dimitrov
Change-Id: Ie0a67ad22904ce9701f23bbf5573a182b4936790
2017-09-01scripts: dialyze more applications in automation scriptsLukas Larsson
2017-04-20Move travis dialyzer logic to script fileLukas Larsson