Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
M
moodle-qtype_stack
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
moodle-qtype_stack
Commits
714436c9
Commit
714436c9
authored
2 years ago
by
Cameron Ball
Browse files
Options
Downloads
Patches
Plain Diff
Update CI
- Output Maxima build info - Add MOODLE_401 branch
parent
2d089994
No related branches found
No related tags found
No related merge requests found
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
.github/workflows/moodle-ci.yml
+3
-2
3 additions, 2 deletions
.github/workflows/moodle-ci.yml
with
3 additions
and
2 deletions
.github/workflows/moodle-ci.yml
+
3
−
2
View file @
714436c9
...
@@ -8,7 +8,7 @@ jobs:
...
@@ -8,7 +8,7 @@ jobs:
services
:
services
:
postgres
:
postgres
:
image
:
postgres:1
2
image
:
postgres:1
3
env
:
env
:
POSTGRES_USER
:
'
postgres'
POSTGRES_USER
:
'
postgres'
POSTGRES_HOST_AUTH_METHOD
:
'
trust'
POSTGRES_HOST_AUTH_METHOD
:
'
trust'
...
@@ -31,7 +31,7 @@ jobs:
...
@@ -31,7 +31,7 @@ jobs:
fail-fast
:
false
fail-fast
:
false
matrix
:
# I don't know why, but mariadb is much slower, so mostly use pgsql.
matrix
:
# I don't know why, but mariadb is much slower, so mostly use pgsql.
include
:
include
:
-
php
:
'
7.4
'
-
php
:
'
8.0
'
moodle-branch
:
'
master'
moodle-branch
:
'
master'
database
:
'
pgsql'
database
:
'
pgsql'
-
php
:
'
7.4'
-
php
:
'
7.4'
...
@@ -56,6 +56,7 @@ jobs:
...
@@ -56,6 +56,7 @@ jobs:
sudo apt-get install gnuplot maxima maxima-share texinfo
sudo apt-get install gnuplot maxima maxima-share texinfo
maxima --list-avail
maxima --list-avail
echo "diff(x^2,x);" | maxima
echo "diff(x^2,x);" | maxima
echo "build_info();" | maxima
-
name
:
Check out repository code
-
name
:
Check out repository code
uses
:
actions/checkout@v2
uses
:
actions/checkout@v2
...
...
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