Skip to content

Commit

Permalink
[Scripts] Rename build_ubuntu.sh to build_cpu_x.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
TheTumultuousUnicornOfDarkness committed Nov 30, 2024
1 parent 96623bb commit 2776ad6
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/appimage_continuous.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
run: bash -x ./scripts/build_libcpuid.sh "$BUILD_TYPE"

- name: Build CPU-X
run: bash -x ./scripts/build_ubuntu.sh "$BUILD_TYPE" "$GITHUB_WORKSPACE" "$GITHUB_WORKSPACE/AppDir"
run: bash -x ./scripts/build_cpu_x.sh "$BUILD_TYPE" "$GITHUB_WORKSPACE" "$GITHUB_WORKSPACE/AppDir"

- name: Package CPU-X as an AppImage
run: bash -x ./scripts/build_appimage.sh "$GITHUB_WORKSPACE" "$GITHUB_WORKSPACE/AppDir"
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/appimage_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
run: bash -x ./scripts/build_libcpuid.sh "$BUILD_TYPE"

- name: Build CPU-X
run: bash -x ./scripts/build_ubuntu.sh "$BUILD_TYPE" "$GITHUB_WORKSPACE" "$GITHUB_WORKSPACE/AppDir"
run: bash -x ./scripts/build_cpu_x.sh "$BUILD_TYPE" "$GITHUB_WORKSPACE" "$GITHUB_WORKSPACE/AppDir"

- name: Package CPU-X as an AppImage
run: bash -x ./scripts/build_appimage.sh "$GITHUB_WORKSPACE" "$GITHUB_WORKSPACE/AppDir"
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
run: bash -x ./scripts/build_libcpuid.sh "Debug"

- name: Build CPU-X
run: bash ./scripts/build_ubuntu.sh "Debug" "$GITHUB_WORKSPACE"
run: bash ./scripts/build_cpu_x.sh "Debug" "$GITHUB_WORKSPACE"

- name: Run tests
run: ninja -C build test
Expand Down
File renamed without changes.

0 comments on commit 2776ad6

Please sign in to comment.