Skip to content

Commit a57add7

Browse files
Remove Qt native and WebAssembly build steps
Removed Qt native and WebAssembly build steps from workflow.
1 parent a24f0c2 commit a57add7

1 file changed

Lines changed: 2 additions & 4 deletions

File tree

.github/workflows/qt-build.yml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,7 @@ jobs:
1717
- name: Build Docker image
1818
run: docker build -f docker/qt.Dockerfile -t aris-qt .
1919

20-
- name: Run Qt native build
21-
run: docker run --rm -e QT_QPA_PLATFORM=offscreen aris-qt
20+
2221

2322
build-qt-wasm:
2423
name: WebAssembly Build
@@ -30,8 +29,7 @@ jobs:
3029
- name: Build Docker image
3130
run: docker build -f docker/wasm.Dockerfile -t aris-wasm .
3231

33-
- name: Run WebAssembly build
34-
run: docker run --rm aris-wasm
32+
3533

3634
all-builds:
3735
name: All Builds Passed

0 commit comments

Comments
 (0)