Skip to content

Commit

Permalink
build: fix 3p components
Browse files Browse the repository at this point in the history
  • Loading branch information
salvadorbs committed Nov 19, 2023
1 parent 98a92ea commit aef7413
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 30 deletions.
32 changes: 2 additions & 30 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ on:
paths-ignore:
- "README.md"
branches:
- master
- main
- develop
- releases/*
workflow_dispatch:
Expand Down Expand Up @@ -52,38 +52,10 @@ jobs:
debug_file: 'lidltogrocy.dbg'

- os: ubuntu-22.04
name: 'Linux 64 GTK2'
name: 'Linux 64'
fpcup-url: 'https://github.com/LongDirtyAnimAlf/Reiniero-fpcup/releases/download/v2.2.0s/fpclazup-x86_64-linux'
lazbuild: 'fpcLaz/lazarus/lazbuild'
dbg2mab: 'dbg2mab'
build-widgetset: 'gtk2'
build-os: 'linux'
debug_file: 'lidltogrocy.dbg'

- os: ubuntu-22.04
name: 'Linux 64 GTK3'
fpcup-url: 'https://github.com/LongDirtyAnimAlf/Reiniero-fpcup/releases/download/v2.2.0s/fpclazup-x86_64-linux'
lazbuild: 'fpcLaz/lazarus/lazbuild'
dbg2mab: 'dbg2mab'
build-widgetset: 'gtk3'
build-os: 'linux'
debug_file: 'lidltogrocy.dbg'

- os: ubuntu-20.04
name: 'Linux 64 QT5'
fpcup-url: 'https://github.com/LongDirtyAnimAlf/Reiniero-fpcup/releases/download/v2.2.0s/fpclazup-x86_64-linux'
lazbuild: 'fpcLaz/lazarus/lazbuild'
dbg2mab: 'dbg2mab'
build-widgetset: 'qt5'
build-os: 'linux'
debug_file: 'lidltogrocy.dbg'

- os: ubuntu-22.04
name: 'Linux 64 QT6'
fpcup-url: 'https://github.com/LongDirtyAnimAlf/Reiniero-fpcup/releases/download/v2.2.0s/fpclazup-x86_64-linux'
lazbuild: 'fpcLaz/lazarus/lazbuild'
dbg2mab: 'dbg2mab'
build-widgetset: 'qt6'
build-os: 'linux'
debug_file: 'lidltogrocy.dbg'

Expand Down
1 change: 1 addition & 0 deletions 3p/fptest
Submodule fptest added at 6e2545
1 change: 1 addition & 0 deletions 3p/mORMot2
Submodule mORMot2 added at 8b5384

0 comments on commit aef7413

Please sign in to comment.