mirror of
https://github.com/mappu/miqt.git
synced 2025-03-11 10:09:23 +00:00
ci: test that qt6.7 builds in CI
This commit is contained in:
parent
cfad1477e5
commit
9c3d50e531
33
.github/workflows/miqt.yml
vendored
33
.github/workflows/miqt.yml
vendored
@ -37,7 +37,7 @@ jobs:
|
|||||||
uses: actions/checkout@v4
|
uses: actions/checkout@v4
|
||||||
|
|
||||||
- name: Linux64 docker build
|
- name: Linux64 docker build
|
||||||
run: docker build -t miqt/linux64:latest -f docker/linux64-go1.19-qt5.15-dynamic.Dockerfile .
|
run: docker build -t miqt/linux64:qt5 -f docker/linux64-go1.19-qt5.15-dynamic.Dockerfile .
|
||||||
|
|
||||||
- name: Cache GOCACHE
|
- name: Cache GOCACHE
|
||||||
uses: actions/cache@v4
|
uses: actions/cache@v4
|
||||||
@ -46,9 +46,9 @@ jobs:
|
|||||||
key: linux64-gocache
|
key: linux64-gocache
|
||||||
|
|
||||||
- name: Linux64 bindings compile and test
|
- name: Linux64 bindings compile and test
|
||||||
run: docker run -v ~/.cache/go-build:/root/.cache/go-build -v $PWD:/src -w /src miqt/linux64:latest /bin/bash -c 'cd qt && go build && cd ../examples/marshalling && env QT_QPA_PLATFORM=offscreen go test -v'
|
run: docker run -v ~/.cache/go-build:/root/.cache/go-build -v $PWD:/src -w /src miqt/linux64:qt5 /bin/bash -c 'cd qt && go build && cd ../examples/marshalling && env QT_QPA_PLATFORM=offscreen go test -v'
|
||||||
|
|
||||||
miqt_linux64_qt6:
|
miqt_linux64_qt6_4:
|
||||||
runs-on: ubuntu-24.04
|
runs-on: ubuntu-24.04
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
@ -56,18 +56,37 @@ jobs:
|
|||||||
uses: actions/checkout@v4
|
uses: actions/checkout@v4
|
||||||
|
|
||||||
- name: Linux64 docker build
|
- name: Linux64 docker build
|
||||||
run: docker build -t miqt/linux64:latest -f docker/linux64-go1.19-qt6.4-dynamic.Dockerfile .
|
run: docker build -t miqt/linux64:qt64 -f docker/linux64-go1.19-qt6.4-dynamic.Dockerfile .
|
||||||
|
|
||||||
- name: Cache GOCACHE
|
- name: Cache GOCACHE
|
||||||
uses: actions/cache@v4
|
uses: actions/cache@v4
|
||||||
with:
|
with:
|
||||||
path: ~/.cache/go-build
|
path: ~/.cache/go-build
|
||||||
key: linux64-qt6-gocache
|
key: linux64-qt64-gocache
|
||||||
|
|
||||||
- name: Linux64 bindings compile
|
- name: Linux64 bindings compile
|
||||||
run: docker run -v ~/.cache/go-build:/root/.cache/go-build -v $PWD:/src -w /src miqt/linux64:latest /bin/bash -c 'cd qt6 && go build'
|
run: docker run -v ~/.cache/go-build:/root/.cache/go-build -v $PWD:/src -w /src miqt/linux64:qt64 /bin/bash -c 'cd qt6 && go build'
|
||||||
|
|
||||||
miqt_win64:
|
miqt_linux64_qt6_7:
|
||||||
|
runs-on: ubuntu-24.04
|
||||||
|
|
||||||
|
steps:
|
||||||
|
- name: Checkout
|
||||||
|
uses: actions/checkout@v4
|
||||||
|
|
||||||
|
- name: Linux64 docker build
|
||||||
|
run: docker build -t miqt/linux64:qt67 -f docker/linux64-go1.22-qt6.7-dynamic.Dockerfile .
|
||||||
|
|
||||||
|
- name: Cache GOCACHE
|
||||||
|
uses: actions/cache@v4
|
||||||
|
with:
|
||||||
|
path: ~/.cache/go-build
|
||||||
|
key: linux64-qt67-gocache
|
||||||
|
|
||||||
|
- name: Linux64 bindings compile
|
||||||
|
run: docker run -v ~/.cache/go-build:/root/.cache/go-build -v $PWD:/src -w /src miqt/linux64:qt67 /bin/bash -c 'cd qt6 && go build'
|
||||||
|
|
||||||
|
miqt_win64_qt5:
|
||||||
runs-on: ubuntu-24.04
|
runs-on: ubuntu-24.04
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user