Skip to content

Commit

Permalink
Attempt #3
Browse files Browse the repository at this point in the history
  • Loading branch information
Dadoum committed Dec 27, 2023
1 parent d23657e commit e31bbf7
Showing 1 changed file with 5 additions and 7 deletions.
12 changes: 5 additions & 7 deletions .github/workflows/build-qt.yml
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ jobs:
"-Xcc=$HOME/MacOSX11.0.sdk",
"-Xcc=-F",
"-Xcc=$HOME/ldc2-1.33.0-osx-x86_64/lib",
"-Xcc=-mmacosx-version-min=12.0",
"-Xcc=-mmacosx-version-min=12.6",
"-defaultlib=phobos2-ldc,druntime-ldc",
];
// default switches appended after all explicit command-line switches
Expand Down Expand Up @@ -181,7 +181,7 @@ jobs:
"-Xcc=$HOME/MacOSX11.0.sdk",
"-Xcc=-F",
"-Xcc=$HOME/ldc2-1.33.0-osx-arm64/lib",
"-Xcc=-mmacosx-version-min=12.0",
"-Xcc=-mmacosx-version-min=12.6",
"-defaultlib=phobos2-ldc,druntime-ldc",
];
// default switches appended after all explicit command-line switches
Expand Down Expand Up @@ -260,15 +260,13 @@ jobs:
arch: 'win64_msvc2015_64'
archives: 'qtbase'

- name: Set-up Qt libraries
run: |
$env:LIB += ';$Qt5_Dir\lib'
- name: Write version file
run: echo 'module version_string; enum versionStr = "Sideloader automated build, branch ${{ github.ref_name }}, commit ${{ github.sha }}";' > source/version_string.d

- name: Build
run: dub build -b release-debug -c qt --compiler=ldc2
run: |
$env:LIB += ';$Qt5_Dir\lib'
dub build -b release-debug -c qt --compiler=ldc2
- name: Rename
run: |
Expand Down

0 comments on commit e31bbf7

Please sign in to comment.