Skip to content

reproduce bug qt6...metatypes.json: illegal value (windows nmake) #294

reproduce bug qt6...metatypes.json: illegal value (windows nmake)

reproduce bug qt6...metatypes.json: illegal value (windows nmake) #294

Workflow file for this run

#
# Copyright (c) 2020, 219 Design, LLC
# See LICENSE.txt
#
# https://www.219design.com
# Software | Electrical | Mechanical | Product Design
#
name: qt6_linux
on: [push]
jobs:
build:
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v1
# Remove apt repos that are known to break from time to time
# See https://github.com/actions/virtual-environments/issues/323
- name: Remove broken apt repos
run: |
for apt_file in `grep -lr microsoft /etc/apt/sources.list.d/`; do sudo rm $apt_file; done
- if: runner.os == 'Linux'
# Fix (another kind) of azure ubuntu apt repo issue. (Unable to connect to azure.archive.ubuntu.com)
run: sed -e 's/azure.archive.ubuntu.com/us.archive.ubuntu.com/g' -e t -e d /etc/apt/sources.list | sudo tee /etc/apt/sources.list.d/nonazure.list
- name: run_all_tests
env:
# MYAPP_TEMPLATE_BUILD_ANDROID: 1 # <--- see cmakebuild_linux.yml for android
# MYAPP_TEMPLATE_BUILD_APPIMAGE: 1 # we've not yet established a working qt6 appimage setup
MYAPP_TEMPLATE_QT6: 1
MYAPP_TEMPLATE_PREFER_QMAKE: 1
run: ./run_all_tests.sh