Skip to content
Snippets Groups Projects
Unverified Commit 67d4fe39 authored by Andrews Cordolino Sobral's avatar Andrews Cordolino Sobral Committed by GitHub
Browse files

Update cmake.yml

parent ad1be8f2
No related branches found
No related tags found
Loading
......@@ -21,12 +21,12 @@ jobs:
steps:
- uses: actions/checkout@v3
- name: Configure CMake
- name: Compile C++ library
# 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
# run: cmake -B ${{github.workspace}}/build -DCMAKE_BUILD_TYPE=${{env.BUILD_TYPE}}
run: pwd && ls -la
#run: cd ${{github.workspace}}/build && cmake ..
#run: cd build && cmake .. && make -j4
run: python3 -V && which python3 && pip3 -V && pip3 list
- name: Build
# Build your program with the given configuration
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment