Skip to content

Commit

Permalink
rename gitaction files
Browse files Browse the repository at this point in the history
  • Loading branch information
mhogomchungu committed May 30, 2024
1 parent d92c2d2 commit 001adbe
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 14 deletions.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Build Linux Qt6 Git
name: Linux Qt6 Git

on:
push:
Expand All @@ -10,7 +10,7 @@ on:
env:
QT6_VERSION: "6.6.2"
jobs:
buildLinuxQt6Git:
LinuxQt6Git:
runs-on: ubuntu-latest
steps:
-
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Build MacOS Git
name: MacOS Git

on:
push:
Expand All @@ -10,7 +10,7 @@ on:
env:
QT6_VERSION: "6.6.2"
jobs:
buildMacOSGit:
MacOSGit:
runs-on: macos-latest
steps:
-
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Build Windows Git
name: Windows Git

on:
push:
Expand All @@ -17,7 +17,7 @@ env:
BUILD_TYPE: Release

jobs:
buildGitEvent:
WindowsGit:
runs-on: windows-latest
steps:
-
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Build Windows Release
name: Windows Release

on:
push:
Expand All @@ -15,7 +15,7 @@ env:
BUILD_TYPE: Release

jobs:
buildReleaseEvent:
WindowsRelease:
runs-on: windows-latest
steps:
-
Expand Down Expand Up @@ -47,18 +47,18 @@ jobs:
install-deps: "true"
host: 'windows'
target: 'desktop'
-
name: Prepare Release Version
run: |
$data = [System.IO.File]::ReadAllText("${{github.workspace}}\SiriKali\build5\VERSION_INFO")
echo "RELEASEVERSION=$data" | Out-File -FilePath $env:GITHUB_ENV -Encoding utf8 -Append
-
name: Configure CMake for Qt5
env:
CMAKE_PREFIX_PATH: "${{github.workspace}}/qt5/Qt/${{ env.QT5_VERSION }}"
msystem: MINGW32
run: cmake -DOUTPUT_BASE_NAME=SiriKaliQt5 -DBUILD_WITH_QT6=false -DOUTPUT_PATH=${{github.workspace}}\ -DSOURCE_PATH=${{github.workspace}}\SiriKali\ -DCMAKE_VERBOSE_MAKEFILE=FALSE -DCMAKE_BUILD_TYPE=${{env.BUILD_TYPE}} -G "CodeBlocks - MinGW Makefiles" -S ${{github.workspace}}/SiriKali/ -B ${{github.workspace}}/SiriKali/build5
-
name: Prepare Release Version
run: |
$data = [System.IO.File]::ReadAllText("${{github.workspace}}\SiriKali\build5\VERSION_INFO")
echo "RELEASEVERSION=$data" | Out-File -FilePath $env:GITHUB_ENV -Encoding utf8 -Append
-
name: Print installer script for Qt5
run : get-content ${{github.workspace}}\SiriKali\build5\sirikali_windows_installer_Qt5.iss
Expand Down

0 comments on commit 001adbe

Please sign in to comment.