-
Notifications
You must be signed in to change notification settings - Fork 15
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
anrp
committed
Oct 16, 2023
1 parent
d72111e
commit beeeed9
Showing
1 changed file
with
8 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -24,5 +24,11 @@ jobs: | |
- name: Setup Bazelisk | ||
uses: bazelbuild/[email protected] | ||
|
||
- name: bazel build | ||
run: bazel build //... -k | ||
- name: Get drake | ||
run: bazel fetch @drake//common || true | ||
|
||
- name: install prereqs | ||
run: sudo `bazel info output_base`/external/drake/setup/ubuntu/install_prereqs.sh | ||
|
||
- name: build | ||
run: bazel build //... |