Skip to content
Snippets Groups Projects
Unverified Commit bd9da63a authored by Kelvin Rodriguez's avatar Kelvin Rodriguez Committed by GitHub
Browse files

Update ci_testing.yml (#50)

* Update ci_testing.yml

* Update ci_testing.yml

* Update ci_testing.yml

* Update ci_testing.yml

* Update ci_testing.yml

* Update ci_testing.yml

* Update ci_testing.yml
parent f5a65128
No related branches found
No related tags found
No related merge requests found
...@@ -40,7 +40,7 @@ jobs: ...@@ -40,7 +40,7 @@ jobs:
run: | run: |
mkdir -p build mkdir -p build
cd build cd build
cmake -DCMAKE_BUILD_TYPE=RELEASE -DSPICEQL_BUILD_DOCS=OFF -DCMAKE_INSTALL_PREFIX=$CONDA_PREFIX .. cmake -DCMAKE_BUILD_TYPE=RELEASE -DSPICEQL_BUILD_DOCS=OFF -DCMAKE_INSTALL_PREFIX=$CONDA_PREFIX -DPython3_EXECUTABLE=`which python` -DPYTHON_LIBRARY=$(python -c "import sysconfig; print(sysconfig.get_config_var('LIBDIR'))") ..
cmake --build . cmake --build .
- name: Test - name: Test
...@@ -48,7 +48,7 @@ jobs: ...@@ -48,7 +48,7 @@ jobs:
# Execute tests defined by the CMake configuration. # Execute tests defined by the CMake configuration.
# See https://cmake.org/cmake/help/latest/manual/ctest.1.html for more detail # See https://cmake.org/cmake/help/latest/manual/ctest.1.html for more detail
run: | run: |
ctest -VV ctest -j6 --output-on-failure
- name: Install - name: Install
working-directory: ${{github.workspace}}/build working-directory: ${{github.workspace}}/build
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment