Skip to content

Fix warnings with GCC 13 #970

Fix warnings with GCC 13

Fix warnings with GCC 13 #970

Workflow file for this run

name: Linux CI
on:
push:
branches: [ master ]
pull_request:
branches: [ master ]
jobs:
build-linux:
name: Build Linux
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v3
- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v2
- name: Build Docker image
uses: docker/build-push-action@v4
with:
context: Packaging/AppImage/docker
platforms: linux/amd64
tags: build-vkquake
load: true
push: false
cache-from: type=gha
cache-to: type=gha
- name: Build vkQuake
run: docker run --rm --privileged -e VERSION=${GITHUB_SHA::8} -v ${PWD}:/usr/src/vkQuake build-vkquake /usr/src/vkQuake/Packaging/AppImage/run-in-docker.sh
- name: Upload vkQuake
uses: actions/upload-artifact@v3
with:
name: vkQuake archive
path: Packaging/AppImage/*.tar.gz