Skip to content

Commit

Permalink
bak2
Browse files Browse the repository at this point in the history
  • Loading branch information
danpf committed Nov 15, 2023
1 parent 516b75f commit 5fda572
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions .github/workflows/cpp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -105,16 +105,12 @@ jobs:
mkdir build && cd build
cmake $CMAKE_ARGS -G Ninja -Dmmtf_build_examples=ON -DBUILD_TESTS=ON -DCMAKE_BUILD_TYPE=debug ..
ninja
echo "lol"
ls
ls *
# check test?
./tests/mmtf_tests
$(pwd)/tests/mmtf_tests
$(pwd)/tests/multi_cpp_test
$(pwd)/examples/mmtf_demo ../submodules/mmtf_spec/test-suite/mmtf/173D.mmtf
$(pwd)/examples/traverse ../submodules/mmtf_spec/test-suite/mmtf/173D.mmtf
$(pwd)/examples/traverse ../submodules/mmtf_spec/test-suite/mmtf/173D.mmtf json
$(pwd)/examples/traverse ../submodules/mmtf_spec/test-suite/mmtf/173D.mmtf print
$(pwd)/examples/print_as_pdb ../submodules/mmtf_spec/test-suite/mmtf/173D.mmtf

0 comments on commit 5fda572

Please sign in to comment.