Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
matefun
MateFun
Commits
acf9a559
Commit
acf9a559
authored
May 21, 2021
by
Marcos Viera
Browse files
Merge branch 'master' of
https://gitlab.fing.edu.uy/matefun/MateFun
parents
f0aeaaed
ab73f001
Pipeline
#12486
failed with stages
in 3 minutes and 57 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
acf9a559
...
...
@@ -9,13 +9,13 @@ build-matefun:
script
:
# Build MateFun
-
cabal install --only-dependencies
-
cabal build
MateFun
-
cabal build
test-internationalization
:
stage
:
test
script
:
# Install MateFun
-
cabal install
MateFun
-
cabal install
# Give execution permissions
-
chmod +x translations.sh
...
...
@@ -41,7 +41,7 @@ test-runtests:
stage
:
test
script
:
# Install MateFun
-
cabal install
MateFun
-
cabal install
# Set execution permissions
-
chmod +x runtests.sh
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment