Skip to content

Commit

Permalink
Restyled by prettier-yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
restyled-commits committed Sep 30, 2020
1 parent 883df84 commit 990f9e5
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion lgtm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,8 @@ extraction:
- g++-6
configure: # Customizable step used only by C/C++ extraction.
command:
- source scripts/bootstrap.sh && gn gen out/custom --args='target_os="linux_x64"'
- source scripts/bootstrap.sh && gn gen out/custom
--args='target_os="linux_x64"'
index: # Customizable step used by all languages.
build_command:
- cd out/custom && ninja

0 comments on commit 990f9e5

Please sign in to comment.