mirror of
https://github.com/libgit2/libgit2.git
synced 2026-01-25 02:56:17 +00:00
fix
This commit is contained in:
11
.github/workflows/main.yml
vendored
11
.github/workflows/main.yml
vendored
@@ -141,26 +141,27 @@ jobs:
|
||||
if: matrix.platform.container.name != ''
|
||||
- name: Prepare builds
|
||||
run: |
|
||||
mkdir build-control
|
||||
mkdir build-candidate
|
||||
mkdir build
|
||||
mkdir build/control
|
||||
mkdir build/candidate
|
||||
- name: Build control
|
||||
uses: ./source/.github/actions/run-build
|
||||
with:
|
||||
command: cd ${BUILD_WORKSPACE:-.}/build-control && ../source/ci/build.sh
|
||||
command: cd ${BUILD_WORKSPACE:-.}/build/control && ../../source/ci/build.sh
|
||||
container: ${{ matrix.platform.container.name }}
|
||||
container-version: ${{ env.docker-registry-container-sha }}
|
||||
shell: ${{ matrix.platform.shell }}
|
||||
- name: Build candidate
|
||||
uses: ./source/.github/actions/run-build
|
||||
with:
|
||||
command: cd ${BUILD_WORKSPACE:-.}/build-candidate && ../source/ci/build.sh
|
||||
command: cd ${BUILD_WORKSPACE:-.}/build/candidate && ../../source/ci/build.sh
|
||||
container: ${{ matrix.platform.container.name }}
|
||||
container-version: ${{ env.docker-registry-container-sha }}
|
||||
shell: ${{ matrix.platform.shell }}
|
||||
- name: Run control benchmarks
|
||||
uses: ./source/.github/actions/run-build
|
||||
with:
|
||||
command: cd ${BUILD_WORKSPACE:-.}/build-candidate && ./benchmarks/libgit2/libgit2_benchmarks
|
||||
command: cd ${BUILD_WORKSPACE:-.}/build/candidate && ./benchmarks/libgit2/libgit2_benchmarks
|
||||
container: ${{ matrix.platform.container.name }}
|
||||
container-version: ${{ env.docker-registry-container-sha }}
|
||||
shell: ${{ matrix.platform.shell }}
|
||||
|
||||
Reference in New Issue
Block a user