Skip to content

Commit

Permalink
Update cmake-single-platform.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
kocimil1 authored Dec 4, 2024
1 parent e416ab9 commit f274773
Showing 1 changed file with 7 additions and 6 deletions.
13 changes: 7 additions & 6 deletions .github/workflows/cmake-single-platform.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,14 +22,15 @@ jobs:
steps:
- uses: actions/checkout@v4

- name: Configure CMake
# Configure CMake in a 'build' subdirectory. `CMAKE_BUILD_TYPE` is only required if you are using a single-configuration generator such as make.
# See https://cmake.org/cmake/help/latest/variable/CMAKE_BUILD_TYPE.html?highlight=cmake_build_type
- name: Create Build repository
run: mkdir ${{github.workspace}}/cpp/Build

- name: CMake
run: cmake ${{github.workspace}}/cpp

- name: Build
# Build your program with the given configuration
run: cmake --build ${{github.workspace}}/cpp/Build
# - name: Build
# # Build your program with the given configuration
# run: cmake --build ${{github.workspace}}/cpp/Build

- name: Make
# Build your program with the given configuration
Expand Down

0 comments on commit f274773

Please sign in to comment.