Skip to content
Snippets Groups Projects
Commit eaf0cf8b authored by Lennart Kramer's avatar Lennart Kramer
Browse files

see how many errors with MaximaPool

parent 726d1101
No related branches found
No related tags found
No related merge requests found
...@@ -45,6 +45,7 @@ test_maxima: ...@@ -45,6 +45,7 @@ test_maxima:
POSTGRES_PASSWORD: "" POSTGRES_PASSWORD: ""
POSTGRES_HOST_AUTH_METHOD: "trust" POSTGRES_HOST_AUTH_METHOD: "trust"
TRAVIS_BUILD_DIR: "$CI_PROJECT_DIR" TRAVIS_BUILD_DIR: "$CI_PROJECT_DIR"
TEST_URL: "http://2020042000.kub00.math.uni-goettingen.de/MaximaPool"
tags: tags:
- docker - docker
script: script:
......
...@@ -34,7 +34,7 @@ moodle-plugin-ci add-config 'define("QTYPE_STACK_TEST_CONFIG_PLATFORM", " ...@@ -34,7 +34,7 @@ moodle-plugin-ci add-config 'define("QTYPE_STACK_TEST_CONFIG_PLATFORM", "
moodle-plugin-ci add-config 'define("QTYPE_STACK_TEST_CONFIG_MAXIMAVERSION", "5.41.0");' moodle-plugin-ci add-config 'define("QTYPE_STACK_TEST_CONFIG_MAXIMAVERSION", "5.41.0");'
moodle-plugin-ci add-config 'define("QTYPE_STACK_TEST_CONFIG_CASTIMEOUT", "10");' moodle-plugin-ci add-config 'define("QTYPE_STACK_TEST_CONFIG_CASTIMEOUT", "10");'
moodle-plugin-ci add-config 'define("QTYPE_STACK_TEST_CONFIG_CASRESULTSCACHE", "db");' moodle-plugin-ci add-config 'define("QTYPE_STACK_TEST_CONFIG_CASRESULTSCACHE", "db");'
moodle-plugin-ci add-config 'define("QTYPE_STACK_TEST_CONFIG_MAXIMACOMMAND", "http://2020042000.kub00.math.uni-goettingen.de/goemaxima");' moodle-plugin-ci add-config 'define("QTYPE_STACK_TEST_CONFIG_MAXIMACOMMAND", "'"$TEST_URL"'");'
moodle-plugin-ci add-config 'define("QTYPE_STACK_TEST_CONFIG_PLOTCOMMAND", "gnuplot");' moodle-plugin-ci add-config 'define("QTYPE_STACK_TEST_CONFIG_PLOTCOMMAND", "gnuplot");'
moodle-plugin-ci add-config 'define("QTYPE_STACK_TEST_CONFIG_MAXIMALIBRARIES", "stats, distrib, descriptive, simplex");' moodle-plugin-ci add-config 'define("QTYPE_STACK_TEST_CONFIG_MAXIMALIBRARIES", "stats, distrib, descriptive, simplex");'
moodle-plugin-ci add-config 'define("QTYPE_STACK_TEST_CONFIG_CASDEBUGGING", "0");' moodle-plugin-ci add-config 'define("QTYPE_STACK_TEST_CONFIG_CASDEBUGGING", "0");'
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment