Skip to content

Commit

Permalink
buildbot: use ninja
Browse files Browse the repository at this point in the history
  • Loading branch information
abma committed Sep 3, 2017
1 parent 64b368e commit c9945c4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion buildbot/master/master.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -539,7 +539,7 @@ class MacOSXFullBuildFactory(BuildFactory):
self.addStep( SyncSubmodules() )
self.addStep( InitSubmodules() )
self.addStep( CreateBuildDirPy() )
self.addStep( BuildConfig() )
self.addStep( BuildConfigNinja() )
self.addStep( TestConfig() )
self.addStep( CreateMacBundle() )
self.addStep( HashStuff() )
Expand Down

0 comments on commit c9945c4

Please sign in to comment.