Skip to content

Commit

Permalink
Merge pull request #547 from HereAround/InstallTopcomInterface
Browse files Browse the repository at this point in the history
Install TopcomInterface for ci tests
  • Loading branch information
mohamed-barakat authored Oct 18, 2022
2 parents a0e7eda + 5cbf11c commit c3883e0
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
4 changes: 4 additions & 0 deletions ci_prepare
Original file line number Diff line number Diff line change
Expand Up @@ -24,4 +24,8 @@ cd CddInterface
./install.sh $GAP_HOME
cd ..

cd ToricVarieties_project/TopcomInterface
make install
cd ../..

cd homalg_project
3 changes: 1 addition & 2 deletions makefile
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,7 @@ ci-prepare:

ci-test_homalg_packages: ci-test_4ti2Interface ci-test_Gauss ci-test_ExamplesForHomalg ci-test_GaussForHomalg ci-test_GradedModules ci-test_HomalgToCAS ci-test_GradedRingForHomalg ci-test_IO_ForHomalg ci-test_LocalizeRingForHomalg ci-test_MatricesForHomalg ci-test_RingsForHomalg ci-test_SCO ci-test_Modules ci-test_homalg

ci-test_additional_packages: ci-test_alexander ci-test_CAP_project ci-test_D-Modules ci-test_Sheaves ci-test_VirtualCAS
# ci-test_ToricVarieties: https://github.com/homalg-project/ToricVarieties_project/issues/200
ci-test_additional_packages: ci-test_alexander ci-test_CAP_project ci-test_D-Modules ci-test_Sheaves ci-test_ToricVarieties ci-test_VirtualCAS

ci-test: ci-test_LoadSheaves ci-test_homalg_packages ci-test_additional_packages
cd .. && homalg_project/gather_performance_data.py
Expand Down

0 comments on commit c3883e0

Please sign in to comment.