Skip to content

Commit

Permalink
chore: attemp (5) 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 f4c4701 commit 01b8ca0
Showing 1 changed file with 2 additions and 10 deletions.
12 changes: 2 additions & 10 deletions .github/workflows/cpp-testing-windows-base.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,8 @@ jobs:
cd googletest
mkdir build
cd build
cmake ..
make install
cmake -G "MinGW Makefiles" ..
mingw32-make
- name: Build and test
run: |
Expand All @@ -43,14 +43,6 @@ jobs:
cmake ..
make
- name: Run Clara Tests
run: |
echo ""
echo "Result from Clara test"
cd build
cd tests
./clara_testing
- 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 01b8ca0

Please sign in to comment.