mirror of
https://github.com/mappu/miqt.git
synced 2025-04-03 04:10:22 +00:00
ci: add CI support for qt6 build test
This commit is contained in:
parent
ceb58fc26e
commit
f5aad7454e
21
.github/workflows/miqt.yml
vendored
21
.github/workflows/miqt.yml
vendored
@ -29,7 +29,7 @@ jobs:
|
|||||||
- name: Assert no changes
|
- name: Assert no changes
|
||||||
run: git update-index --really-refresh && git diff-index HEAD
|
run: git update-index --really-refresh && git diff-index HEAD
|
||||||
|
|
||||||
miqt_linux64:
|
miqt_linux64_qt5:
|
||||||
runs-on: ubuntu-22.04
|
runs-on: ubuntu-22.04
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
@ -48,6 +48,25 @@ jobs:
|
|||||||
- 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:latest /bin/bash -c 'cd qt && go build && cd ../examples/marshalling && env QT_QPA_PLATFORM=offscreen go test -v'
|
||||||
|
|
||||||
|
miqt_linux64_qt6:
|
||||||
|
runs-on: ubuntu-22.04
|
||||||
|
|
||||||
|
steps:
|
||||||
|
- name: Checkout
|
||||||
|
uses: actions/checkout@v4
|
||||||
|
|
||||||
|
- name: Linux64 docker build
|
||||||
|
run: docker build -t miqt/linux64:latest -f docker/linux64-go1.19-qt6.4-dynamic.Dockerfile .
|
||||||
|
|
||||||
|
- name: Cache GOCACHE
|
||||||
|
uses: actions/cache@v4
|
||||||
|
with:
|
||||||
|
path: ~/.cache/go-build
|
||||||
|
key: linux64-qt6-gocache
|
||||||
|
|
||||||
|
- 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'
|
||||||
|
|
||||||
miqt_win64:
|
miqt_win64:
|
||||||
runs-on: ubuntu-22.04
|
runs-on: ubuntu-22.04
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user