Skip to content

Commit

Permalink
ci: format workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
Mizux committed Jul 7, 2023
1 parent 3ac43c3 commit 69317bc
Showing 1 changed file with 12 additions and 2 deletions.
14 changes: 12 additions & 2 deletions .github/workflows/amd64_macos_bazel.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,16 @@ jobs:
- name: Check Bazel
run: bazel version
- name: Build
run: bazel build -c opt --action_env=BAZEL_CXXOPTS="-std=c++17" --subcommands=true //ortools/... //examples/...
run: >
bazel build
-c opt
--action_env=BAZEL_CXXOPTS="-std=c++17"
--subcommands=true
//ortools/... //examples/...
- name: Test
run: bazel test -c opt --action_env=BAZEL_CXXOPTS="-std=c++17" --test_output=errors //ortools/... //examples/...
run: >
bazel test
-c opt
--action_env=BAZEL_CXXOPTS="-std=c++17"
--test_output=errors
//ortools/... //examples/...

0 comments on commit 69317bc

Please sign in to comment.