Skip to content
Snippets Groups Projects
Commit af7ee4e5 authored by lennart.kramer's avatar lennart.kramer
Browse files

Update .gitlab-ci.yml

parent 707439df
No related branches found
No related tags found
No related merge requests found
...@@ -41,6 +41,9 @@ test_maxima: ...@@ -41,6 +41,9 @@ test_maxima:
- docker - docker
script: script:
- apt update && apt install git-core postgresql-client texinfo - apt update && apt install git-core postgresql-client texinfo
- curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.35.3/install.sh | bash
- nvm install 14
- nvm use 14
- curl -sS https://getcomposer.org/installer | php - curl -sS https://getcomposer.org/installer | php
- mv composer.phar /usr/local/bin/composer - mv composer.phar /usr/local/bin/composer
- composer create-project -n --no-dev moodlerooms/moodle-plugin-ci ci ^1 - composer create-project -n --no-dev moodlerooms/moodle-plugin-ci ci ^1
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment