Merge jobs.
Some checks failed
Build / Build (pull_request) Failing after 31m19s
Some checks failed
Build / Build (pull_request) Failing after 31m19s
This commit is contained in:
@@ -11,10 +11,7 @@ on:
|
|||||||
jobs:
|
jobs:
|
||||||
Build:
|
Build:
|
||||||
name: Build
|
name: Build
|
||||||
container:
|
runs-on: ubuntu-latest
|
||||||
image: ubuntu:22.04
|
|
||||||
volumes:
|
|
||||||
- build-artifacts:/workspace/artifacts
|
|
||||||
env:
|
env:
|
||||||
QT_VERSION: 6.7.3
|
QT_VERSION: 6.7.3
|
||||||
QMAKE: ${{ github.workspace }}/${{ env.QT_VERSION }}/gcc_64/bin/qmake
|
QMAKE: ${{ github.workspace }}/${{ env.QT_VERSION }}/gcc_64/bin/qmake
|
||||||
@@ -49,19 +46,6 @@ jobs:
|
|||||||
. "$HOME/.cargo/env"
|
. "$HOME/.cargo/env"
|
||||||
cargo b --release
|
cargo b --release
|
||||||
|
|
||||||
- name: Copy build artifacts
|
|
||||||
run: cp -r target/ /workspace/artifacts/
|
|
||||||
|
|
||||||
Test:
|
|
||||||
name: Test
|
|
||||||
container:
|
|
||||||
image: ubuntu:22.04
|
|
||||||
volumes:
|
|
||||||
- build-artifacts:/workspace/artifacts
|
|
||||||
steps:
|
|
||||||
- name: Copy build artifacts
|
|
||||||
run: cp -r /workspace/artifacts/target/ .
|
|
||||||
|
|
||||||
- name: Test libclide
|
- name: Test libclide
|
||||||
run: |
|
run: |
|
||||||
. "$HOME/.cargo/env"
|
. "$HOME/.cargo/env"
|
||||||
|
|||||||
Reference in New Issue
Block a user