From 001adbe954acf4709b950ba31649107d7674db27 Mon Sep 17 00:00:00 2001 From: mhogomchungu Date: Thu, 30 May 2024 14:59:17 +0300 Subject: [PATCH] rename gitaction files --- .../{buildLinuxQt6Git.yml => LinuxQt6Git.yml} | 4 ++-- .../{buildMacOsGit.yml => MacOsGit.yml} | 4 ++-- .../workflows/{buildGit.yml => WindowsGit.yml} | 4 ++-- .../{buildRelease.yml => WindowsRelease.yml} | 16 ++++++++-------- 4 files changed, 14 insertions(+), 14 deletions(-) rename .github/workflows/{buildLinuxQt6Git.yml => LinuxQt6Git.yml} (95%) rename .github/workflows/{buildMacOsGit.yml => MacOsGit.yml} (97%) rename .github/workflows/{buildGit.yml => WindowsGit.yml} (99%) rename .github/workflows/{buildRelease.yml => WindowsRelease.yml} (99%) diff --git a/.github/workflows/buildLinuxQt6Git.yml b/.github/workflows/LinuxQt6Git.yml similarity index 95% rename from .github/workflows/buildLinuxQt6Git.yml rename to .github/workflows/LinuxQt6Git.yml index f4765efb..1826e13f 100644 --- a/.github/workflows/buildLinuxQt6Git.yml +++ b/.github/workflows/LinuxQt6Git.yml @@ -1,4 +1,4 @@ -name: Build Linux Qt6 Git +name: Linux Qt6 Git on: push: @@ -10,7 +10,7 @@ on: env: QT6_VERSION: "6.6.2" jobs: - buildLinuxQt6Git: + LinuxQt6Git: runs-on: ubuntu-latest steps: - diff --git a/.github/workflows/buildMacOsGit.yml b/.github/workflows/MacOsGit.yml similarity index 97% rename from .github/workflows/buildMacOsGit.yml rename to .github/workflows/MacOsGit.yml index c8bba3db..f5c85425 100644 --- a/.github/workflows/buildMacOsGit.yml +++ b/.github/workflows/MacOsGit.yml @@ -1,4 +1,4 @@ -name: Build MacOS Git +name: MacOS Git on: push: @@ -10,7 +10,7 @@ on: env: QT6_VERSION: "6.6.2" jobs: - buildMacOSGit: + MacOSGit: runs-on: macos-latest steps: - diff --git a/.github/workflows/buildGit.yml b/.github/workflows/WindowsGit.yml similarity index 99% rename from .github/workflows/buildGit.yml rename to .github/workflows/WindowsGit.yml index 44a4794e..93f1c57d 100644 --- a/.github/workflows/buildGit.yml +++ b/.github/workflows/WindowsGit.yml @@ -1,4 +1,4 @@ -name: Build Windows Git +name: Windows Git on: push: @@ -17,7 +17,7 @@ env: BUILD_TYPE: Release jobs: - buildGitEvent: + WindowsGit: runs-on: windows-latest steps: - diff --git a/.github/workflows/buildRelease.yml b/.github/workflows/WindowsRelease.yml similarity index 99% rename from .github/workflows/buildRelease.yml rename to .github/workflows/WindowsRelease.yml index af2d43aa..b66e2ba9 100644 --- a/.github/workflows/buildRelease.yml +++ b/.github/workflows/WindowsRelease.yml @@ -1,4 +1,4 @@ -name: Build Windows Release +name: Windows Release on: push: @@ -15,7 +15,7 @@ env: BUILD_TYPE: Release jobs: - buildReleaseEvent: + WindowsRelease: runs-on: windows-latest steps: - @@ -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