Skip to content

Commit

Permalink
workflows removed unneeded mkdir-s for build tree
Browse files Browse the repository at this point in the history
  • Loading branch information
silverqx committed Jun 12, 2024
1 parent 00f87a2 commit 41447af
Show file tree
Hide file tree
Showing 10 changed files with 0 additions and 44 deletions.
4 changes: 0 additions & 4 deletions .github/workflows/analyzers.yml
Original file line number Diff line number Diff line change
Expand Up @@ -152,10 +152,6 @@ jobs:
run: |
clazy-standalone --version
- name: TinyORM create folder for build trees
run: |
mkdir --parents '../TinyORM-builds-cmake'
- name: Ccache clear statistics
run: |
ccache --zero-stats
Expand Down
4 changes: 0 additions & 4 deletions .github/workflows/clang-cl-qt6.yml
Original file line number Diff line number Diff line change
Expand Up @@ -687,10 +687,6 @@ jobs:
run: |
cmake.exe --version
- name: TinyORM create build folder (${{ env.TinyORMBuildName }})
run: |
New-Item -Type Directory $env:TinyORMBuildTree
- name: Ccache clear statistics
run: |
ccache.exe --zero-stats
Expand Down
4 changes: 0 additions & 4 deletions .github/workflows/linux-qt5.yml
Original file line number Diff line number Diff line change
Expand Up @@ -273,10 +273,6 @@ jobs:
run: |
cmake --version
- name: TinyORM create build folder (${{ env.TinyORMBuildName }})
run: |
mkdir --parents "$TinyORMBuildTree"
- name: Ccache clear statistics
run: |
ccache --zero-stats
Expand Down
4 changes: 0 additions & 4 deletions .github/workflows/linux-qt6-drivers.yml
Original file line number Diff line number Diff line change
Expand Up @@ -216,10 +216,6 @@ jobs:
# it works but doesn't work using the GITHUB_PATH like define two line above. 🫤
echo "CMAKE_PREFIX_PATH=/opt/Qt/6.7.1/gcc_64${CMAKE_PREFIX_PATH:+:}$CMAKE_PREFIX_PATH" >> $GITHUB_ENV
- name: TinyORM create build folder (${{ env.TinyORMBuildName }})
run: |
mkdir --parents "$TinyORMBuildTree"
- name: Ccache clear statistics
run: |
ccache --zero-stats
Expand Down
4 changes: 0 additions & 4 deletions .github/workflows/linux-qt6.yml
Original file line number Diff line number Diff line change
Expand Up @@ -632,10 +632,6 @@ jobs:
run: |
cmake --version
- name: TinyORM create build folder (${{ env.TinyORMBuildName }})
run: |
mkdir --parents "$TinyORMBuildTree"
- name: Ccache clear statistics
run: |
ccache --zero-stats
Expand Down
4 changes: 0 additions & 4 deletions .github/workflows/msvc2019-qt5.yml
Original file line number Diff line number Diff line change
Expand Up @@ -437,10 +437,6 @@ jobs:
run: |
cmake.exe --version
- name: TinyORM create build folder (${{ env.TinyORMBuildName }})
run: |
New-Item -Type Directory $env:TinyORMBuildTree
- name: Ccache clear statistics
run: |
ccache.exe --zero-stats
Expand Down
6 changes: 0 additions & 6 deletions .github/workflows/msvc2022-qt6-drivers.yml
Original file line number Diff line number Diff line change
Expand Up @@ -213,12 +213,6 @@ jobs:
run: |
vcpkg.exe --version
- name: TinyORM create build folder (${{ env.TinyORMBuildFolder }})
run: |
if (-not (Test-Path $env:TinyORMBuildTree)) {
New-Item -Type Directory $env:TinyORMBuildTree
}
- name: Ccache clear statistics
run: |
ccache.exe --zero-stats
Expand Down
4 changes: 0 additions & 4 deletions .github/workflows/msvc2022-qt6.yml
Original file line number Diff line number Diff line change
Expand Up @@ -690,10 +690,6 @@ jobs:
run: |
cmake.exe --version
- name: TinyORM create build folder (${{ env.TinyORMBuildName }})
run: |
New-Item -Type Directory $env:TinyORMBuildTree
- name: Ccache clear statistics
run: |
ccache.exe --zero-stats
Expand Down
6 changes: 0 additions & 6 deletions .github/workflows/msys2-ucrt64-drivers.yml
Original file line number Diff line number Diff line change
Expand Up @@ -204,12 +204,6 @@ jobs:
run: |
"$VCPKG_INSTALLATION_ROOT/vcpkg.exe" --version
- name: TinyORM create build folder (${{ env.TinyORMBuildFolder }})
run: |
if (-not (Test-Path $env:TinyORMBuildTree)) {
New-Item -Type Directory $env:TinyORMBuildTree
}
- name: Ccache clear statistics
shell: msys2 {0}
run: |
Expand Down
4 changes: 0 additions & 4 deletions .github/workflows/msys2-ucrt64.yml
Original file line number Diff line number Diff line change
Expand Up @@ -371,10 +371,6 @@ jobs:
run: |
"$VCPKG_INSTALLATION_ROOT/vcpkg.exe" --version
- name: TinyORM create build folder (${{ env.TinyORMBuildName }})
run: |
New-Item -Type Directory $env:TinyORMBuildTree
- name: Ccache clear statistics
shell: msys2 {0}
run: |
Expand Down

0 comments on commit 41447af

Please sign in to comment.