mirror of
https://github.com/wpilibsuite/allwpilib
synced 2026-06-19 00:41:43 +00:00
Merge branch 'main' into 2027
This commit is contained in:
@@ -5,7 +5,8 @@
|
||||
"items.find": {
|
||||
"$or":[
|
||||
{ "repo": "wpilib-generic-gradlecache" },
|
||||
{ "repo": "wpilib-generic-cache-cmake" }
|
||||
{ "repo": "wpilib-generic-cache-cmake" },
|
||||
{ "repo": "wpilib-generic-cache-bazel" }
|
||||
],
|
||||
"$or":[
|
||||
{
|
||||
|
||||
22
.github/workflows/bazel.yml
vendored
22
.github/workflows/bazel.yml
vendored
@@ -26,10 +26,11 @@ jobs:
|
||||
java-version: 17
|
||||
architecture: x64
|
||||
|
||||
- id: Setup_build_buddy
|
||||
uses: ./.github/actions/setup-build-buddy
|
||||
- name: Setup Artifactory
|
||||
uses: ./.github/actions/setup-artifactory-bazel
|
||||
with:
|
||||
token: ${{ secrets.BUILDBUDDY_API_KEY }}
|
||||
username: ${{ secrets.ARTIFACTORY_USERNAME }}
|
||||
token: ${{ secrets.ARTIFACTORY_PASSWORD }}
|
||||
|
||||
- name: bazel ${{ matrix.action }}
|
||||
run: bazel --output_user_root=C:\\bazelroot ${{ matrix.action }} -k ... --config=ci ${{ matrix.config }} --verbose_failures
|
||||
@@ -42,10 +43,11 @@ jobs:
|
||||
- uses: actions/checkout@v4
|
||||
with: { fetch-depth: 0 }
|
||||
|
||||
- id: Setup_build_buddy
|
||||
uses: ./.github/actions/setup-build-buddy
|
||||
- name: Setup Artifactory
|
||||
uses: ./.github/actions/setup-artifactory-bazel
|
||||
with:
|
||||
token: ${{ secrets.BUILDBUDDY_API_KEY }}
|
||||
username: ${{ secrets.ARTIFACTORY_USERNAME }}
|
||||
token: ${{ secrets.ARTIFACTORY_PASSWORD }}
|
||||
|
||||
- name: bazel test (release)
|
||||
run: bazel test -k ... --config=ci -c opt --config=macos --nojava_header_compilation --verbose_failures
|
||||
@@ -64,12 +66,12 @@ jobs:
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
with: { fetch-depth: 0 }
|
||||
- uses: bazelbuild/setup-bazelisk@v3
|
||||
|
||||
- id: Setup_build_buddy
|
||||
uses: ./.github/actions/setup-build-buddy
|
||||
- name: Setup Artifactory
|
||||
uses: ./.github/actions/setup-artifactory-bazel
|
||||
with:
|
||||
token: ${{ secrets.BUILDBUDDY_API_KEY }}
|
||||
username: ${{ secrets.ARTIFACTORY_USERNAME }}
|
||||
token: ${{ secrets.ARTIFACTORY_PASSWORD }}
|
||||
|
||||
- name: bazel ${{ matrix.action }} (release)
|
||||
run: bazel ${{ matrix.action }} ... --config=ci -c opt ${{ matrix.config }} -k --verbose_failures
|
||||
|
||||
Reference in New Issue
Block a user