blob: bc3119a757482aa8c81e8f9dfa6fe84a5e231f18 [file] [log] [blame]
pcloudy63453bd2018-10-17 04:07:12 -07001---
2platforms:
3 ubuntu1404:
4 shell_commands:
5 - sed -i.bak -e 's/^# android_sdk_repository/android_sdk_repository/' -e 's/^#
6 android_ndk_repository/android_ndk_repository/' WORKSPACE
7 - rm -f WORKSPACE.bak
8 build_targets:
9 - "//src:bazel"
Tobias Werthcc004fb2019-02-21 09:35:39 -080010 build_flags:
11 - "-c"
12 - "opt"
pcloudy63453bd2018-10-17 04:07:12 -070013 macos:
14 shell_commands:
15 - sed -i.bak -e 's/^# android_sdk_repository/android_sdk_repository/' -e 's/^#
16 android_ndk_repository/android_ndk_repository/' WORKSPACE
17 - rm -f WORKSPACE.bak
18 build_targets:
19 - "//src:bazel"
Tobias Werthcc004fb2019-02-21 09:35:39 -080020 build_flags:
21 - "-c"
22 - "opt"
pcloudy63453bd2018-10-17 04:07:12 -070023 windows:
24 build_flags:
25 - "--copt=-w"
26 - "--host_copt=-w"
Tobias Werthcc004fb2019-02-21 09:35:39 -080027 - "-c"
28 - "opt"
pcloudy63453bd2018-10-17 04:07:12 -070029 build_targets:
30 - "//src:bazel"