Skip to content

Commit

Permalink
chore: attemp (7) test base on windows
Browse files Browse the repository at this point in the history
Signed-off-by: slowy07 <[email protected]>
  • Loading branch information
slowy07 committed Aug 7, 2023
1 parent c6ecdbc commit 705b872
Showing 1 changed file with 0 additions and 18 deletions.
18 changes: 0 additions & 18 deletions .github/workflows/cpp-testing-windows-base.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,24 +23,6 @@ jobs:
choco install -y cygwin
choco install -y eigen
- name: Install Google Test
run: |
echo "Initializing Google Test"
git clone https://github.com/google/googletest.git -b release-1.11.0
cd googletest
mkdir build
cd build
cmake -G "MinGW Makefiles" ..
mingw32-make
- name: Build and test
run: |
echo "Testing Clara"
mkdir build
cd build
cmake ..
mingw32-make
- name: testing grover search
run: |
g++ -pedantic -std=c++11 -Wall -Wextra -Weffc++ -fopenmp -g3 -DDEBUG -I /usr/include/eigen3 -I $HOME/clara/include testing/grover_search.cpp -o grover_search
Expand Down

0 comments on commit 705b872

Please sign in to comment.