Skip to content

Commit

Permalink
Update and rename build-full-pri.yml to build-full-linux-pri.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
celerizer authored Sep 21, 2024
1 parent 563f97a commit 6d6f0e8
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 34 deletions.
21 changes: 21 additions & 0 deletions .github/workflows/build-full-linux-pri.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
name: Include build with all optional modules

on:
push:
branches: [ "master" ]
pull_request:
branches: [ "master" ]

jobs:
build:

runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v3
- uses: jurplel/install-qt-action@v3
with:
arch: 'gcc_64'
archives: 'icu qtbase qtmultimedia qtgamepad qtsystems qtlocation qtsensors'
- name: Build
run: qmake && make
34 changes: 0 additions & 34 deletions .github/workflows/build-full-pri.yml

This file was deleted.

0 comments on commit 6d6f0e8

Please sign in to comment.