pcloudy | 63453bd | 2018-10-17 04:07:12 -0700 | [diff] [blame] | 1 | --- |
| 2 | platforms: |
| 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 Werth | cc004fb | 2019-02-21 09:35:39 -0800 | [diff] [blame] | 10 | build_flags: |
| 11 | - "-c" |
| 12 | - "opt" |
pcloudy | 63453bd | 2018-10-17 04:07:12 -0700 | [diff] [blame] | 13 | 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 Werth | cc004fb | 2019-02-21 09:35:39 -0800 | [diff] [blame] | 20 | build_flags: |
| 21 | - "-c" |
| 22 | - "opt" |
pcloudy | 63453bd | 2018-10-17 04:07:12 -0700 | [diff] [blame] | 23 | windows: |
| 24 | build_flags: |
| 25 | - "--copt=-w" |
| 26 | - "--host_copt=-w" |
Tobias Werth | cc004fb | 2019-02-21 09:35:39 -0800 | [diff] [blame] | 27 | - "-c" |
| 28 | - "opt" |
pcloudy | 63453bd | 2018-10-17 04:07:12 -0700 | [diff] [blame] | 29 | build_targets: |
| 30 | - "//src:bazel" |