Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
H
hsh-maxima
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Deploy
Releases
Package registry
Container registry
Model registry
Operate
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
elc
hsh-maxima
Commits
767ff172
Commit
767ff172
authored
5 years ago
by
Lennart Kramer
Browse files
Options
Downloads
Patches
Plain Diff
prepare docker image
parent
94c93805
No related branches found
No related tags found
No related merge requests found
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
.gitlab-ci.yml
+1
-1
1 addition, 1 deletion
.gitlab-ci.yml
testimage.sh
+0
-12
0 additions, 12 deletions
testimage.sh
with
1 addition
and
13 deletions
.gitlab-ci.yml
+
1
−
1
View file @
767ff172
...
...
@@ -32,7 +32,7 @@ build_webservice:
-
./build.sh ${REGISTRY}
test_maxima
:
image
:
moodlehq/moodle-php-apache:7.3
image
:
"
$REGISTRY/moodle-ci-stack"
stage
:
test_maxima
services
:
-
postgres:latest
...
...
This diff is collapsed.
Click to expand it.
testimage.sh
+
0
−
12
View file @
767ff172
#!/bin/bash
apt-get update
-y
&&
apt-get
install
-y
git-core postgresql-client texinfo maxima maxima-share
curl
-o-
https://raw.githubusercontent.com/nvm-sh/nvm/v0.35.3/install.sh | bash
.
$HOME
/.nvm/nvm.sh
nvm
install
14
nvm use 14
curl
-sS
https://getcomposer.org/installer | php
mv
composer.phar /usr/local/bin/composer
composer create-project
-n
--no-dev
--prefer-dist
blackboard-open-source/moodle-plugin-ci ci ^2
export
PATH
=
"
$(
cd
ci/bin
;
pwd
)
:
$(
cd
ci/vendor/bin
;
pwd
)
:
$PATH
"
chmod
u+x ci/bin/moodle-plugin-ci
chmod
u+x ci/bin/
*
umask
u+x
git clone
--branch
"
$QSTACK_VERSION
"
https://github.com/maths/moodle-qtype_stack
moodle-plugin-ci add-plugin maths/moodle-qbehaviour_dfexplicitvaildate
moodle-plugin-ci add-plugin maths/moodle-qbehaviour_dfcbmexplicitvaildate
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment