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
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -40,7 +40,7 @@ jobs:
        run: |
          mkdir -p 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 .
      
      - name: Test
@@ -48,7 +48,7 @@ jobs:
        # Execute tests defined by the CMake configuration.
        # See https://cmake.org/cmake/help/latest/manual/ctest.1.html for more detail
        run: | 
          ctest -VV  
          ctest -j6 --output-on-failure  
  
      - name: Install
        working-directory: ${{github.workspace}}/build